Html Css Color HEX #605648 Judge Grey

📋 copy color: '#605648'

red 96 ◦ green 86 ◦ blue 72

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

Shades of Judge Grey #605648

Tints of Judge Grey #605648

RGB

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

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

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

R = 37.8%
G = 33.86%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#605648 (or 0x605648) is known color: Judge Grey. HEX triplet: 60, 56 and 48. RGB value is (96,86,72). Sum of RGB (Red+Green+Blue) = 96+86+72=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #605648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605648 is #9FA9B7. Grayscale: #575757. Windows color (decimal): -10463672 or 4740704. OLE color: 4740704.

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

Color convert

RGB 96 86 72 -
CMYK 0 0.10 0.25 0.62
HSL 35º 0.14% 0.33% -
HSV(B) 35º 0.25% 0.38% -
XYZ 9.32 9.61 7.49 -
YUV 87.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 96 86 72 0 0.10 0.25 0.62 35 0.14 0.33
Hex 60 56 48 0 A 19 3E 23 E 21
Octal 140 126 110 0 12 31 76 43 16 41
Binary 1100000 1010110 1001000 0 1010 11001 111110 100011 1110 100001

Color Harmonies of #605648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605648

Black with #605648

Text Example


Text Example

White with #605648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605648; }

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

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

background-color css

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

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

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

border-color css

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

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

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