Html Css Color HEX #605343 Judge Grey

📋 copy color: '#605343'

red 96 ◦ green 83 ◦ blue 67

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

Shades of Judge Grey #605343

Tints of Judge Grey #605343

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.74%

 BLUE value IS 67 (26.56% from 255) = 27.24%

R = 39.02%
G = 33.74%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#605343 (or 0x605343) is known color: Judge Grey. HEX triplet: 60, 53 and 43. RGB value is (96,83,67). Sum of RGB (Red+Green+Blue) = 96+83+67=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #605343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605343 is #9FACBC. Grayscale: #555555. Windows color (decimal): -10464445 or 4412256. OLE color: 4412256.

HSL color Cylindrical-coordinate representation of color #605343: hue angle of 33.1º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #605343 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 83 67 -
CMYK 0 0.14 0.30 0.62
HSL 33.1º 0.18% 0.32% -
HSV(B) 33.1º 0.3% 0.38% -
XYZ 8.93 9.08 6.59 -
YUV 85.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 96 83 67 0 0.14 0.30 0.62 33.1 0.18 0.32
Hex 60 53 43 0 E 1E 3E 21 12 20
Octal 140 123 103 0 16 36 76 41 22 40
Binary 1100000 1010011 1000011 0 1110 11110 111110 100001 10010 100000

Color Harmonies of #605343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605343

Black with #605343

Text Example


Text Example

White with #605343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605343; }

 p { color: rgb(96,83,67); }

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

background-color css

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

 a { background-color: rgb(96,83,67); }

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

border-color css

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

 span { border-color: rgb(96,83,67); }

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