Html Css Color HEX #605748 Judge Grey

📋 copy color: '#605748'

red 96 ◦ green 87 ◦ blue 72

#605748
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Judge Grey #605748

Tints of Judge Grey #605748

RGB

 RED value IS 96 (37.89% from 255) = 37.65%

 GREEN value IS 87 (34.38% from 255) = 34.12%

 BLUE value IS 72 (28.52% from 255) = 28.24%

R = 37.65%
G = 34.12%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#605748 (or 0x605748) is known color: Judge Grey. HEX triplet: 60, 57 and 48. RGB value is (96,87,72). Sum of RGB (Red+Green+Blue) = 96+87+72=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 96 - color contains mainly: red. Hex color #605748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605748 is #9FA8B7. Grayscale: #585858. Windows color (decimal): -10463416 or 4740960. OLE color: 4740960.

HSL color Cylindrical-coordinate representation of color #605748: hue angle of 37.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #605748 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 87 72 -
CMYK 0 0.09 0.25 0.62
HSL 37.5º 0.14% 0.33% -
HSV(B) 37.5º 0.25% 0.38% -
XYZ 9.4 9.77 7.52 -
YUV 87.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 96 87 72 0 0.09 0.25 0.62 37.5 0.14 0.33
Hex 60 57 48 0 9 19 3E 26 E 21
Octal 140 127 110 0 11 31 76 46 16 41
Binary 1100000 1010111 1001000 0 1001 11001 111110 100110 1110 100001

Color Harmonies of #605748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605748

Black with #605748

Text Example


Text Example

White with #605748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605748; }

 p { color: rgb(96,87,72); }

 H1.HeaderClassName
 {
   color: #605748;
 }
 .AnyTagClassName
 {
   color: #605748;
 }
</style>

background-color css

<style>
 a { background-color: #605748; }

 a { background-color: rgb(96,87,72); }

 div.DivClassName
 {
   background-color: #605748;
 }
 .BgClassName
 {
   background-color: #605748;
 }
</style>

border-color css

<style>
 span { border-color: #605748; }

 span { border-color: rgb(96,87,72); }

 td.TdClassName
 {
   border-color: #605748;
 }
 .TagClassName
 {
   border-color: #605748;
 }
</style>