Html Css Color HEX #605647 Judge Grey

📋 copy color: '#605647'

red 96 ◦ green 86 ◦ blue 71

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

Shades of Judge Grey #605647

Tints of Judge Grey #605647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.99%

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

R = 37.94%
G = 33.99%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#605647 (or 0x605647) is known color: Judge Grey. HEX triplet: 60, 56 and 47. RGB value is (96,86,71). Sum of RGB (Red+Green+Blue) = 96+86+71=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 96 - color contains mainly: red. Hex color #605647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605647 is #9FA9B8. Grayscale: #575757. Windows color (decimal): -10463673 or 4675168. OLE color: 4675168.

HSL color Cylindrical-coordinate representation of color #605647: hue angle of 36º 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 #605647 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 86 71 -
CMYK 0 0.10 0.26 0.62
HSL 36º 0.15% 0.33% -
HSV(B) 36º 0.26% 0.38% -
XYZ 9.29 9.6 7.32 -
YUV 87.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 96 86 71 0 0.10 0.26 0.62 36 0.15 0.33
Hex 60 56 47 0 A 1A 3E 24 F 21
Octal 140 126 107 0 12 32 76 44 17 41
Binary 1100000 1010110 1000111 0 1010 11010 111110 100100 1111 100001

Color Harmonies of #605647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605647

Black with #605647

Text Example


Text Example

White with #605647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605647; }

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

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

background-color css

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

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

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

border-color css

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

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

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