Html Css Color HEX #605747 Judge Grey

📋 copy color: '#605747'

red 96 ◦ green 87 ◦ blue 71

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

Shades of Judge Grey #605747

Tints of Judge Grey #605747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.95%

R = 37.8%
G = 34.25%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#605747 (or 0x605747) is known color: Judge Grey. HEX triplet: 60, 57 and 47. RGB value is (96,87,71). Sum of RGB (Red+Green+Blue) = 96+87+71=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #605747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605747 is #9FA8B8. Grayscale: #575757. Windows color (decimal): -10463417 or 4675424. OLE color: 4675424.

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

Color convert

RGB 96 87 71 -
CMYK 0 0.09 0.26 0.62
HSL 38.4º 0.15% 0.33% -
HSV(B) 38.4º 0.26% 0.38% -
XYZ 9.37 9.76 7.35 -
YUV 87.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 96 87 71 0 0.09 0.26 0.62 38.4 0.15 0.33
Hex 60 57 47 0 9 1A 3E 26 F 21
Octal 140 127 107 0 11 32 76 46 17 41
Binary 1100000 1010111 1000111 0 1001 11010 111110 100110 1111 100001

Color Harmonies of #605747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605747

Black with #605747

Text Example


Text Example

White with #605747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605747; }

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

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

background-color css

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

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

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

border-color css

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

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

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