Html Css Color HEX #645439 Judge Grey

📋 copy color: '#645439'

red 100 ◦ green 84 ◦ blue 57

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

Shades of Judge Grey #645439

Tints of Judge Grey #645439

RGB

 RED value IS 100 (39.45% from 255) = 41.49%

 GREEN value IS 84 (33.2% from 255) = 34.85%

 BLUE value IS 57 (22.66% from 255) = 23.65%

R = 41.49%
G = 34.85%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.61

RGB Variations

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

Color information

#645439 (or 0x645439) is known color: Judge Grey. HEX triplet: 64, 54 and 39. RGB value is (100,84,57). Sum of RGB (Red+Green+Blue) = 100+84+57=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #645439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645439 is #9BABC6. Grayscale: #555555. Windows color (decimal): -10202055 or 3757156. OLE color: 3757156.

HSL color Cylindrical-coordinate representation of color #645439: hue angle of 37.67º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #645439 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 84 57 -
CMYK 0 0.16 0.43 0.61
HSL 37.67º 0.27% 0.31% -
HSV(B) 37.67º 0.43% 0.39% -
XYZ 9.16 9.35 5.19 -
YUV 85.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 100 84 57 0 0.16 0.43 0.61 37.67 0.27 0.31
Hex 64 54 39 0 10 2B 3D 26 1B 1F
Octal 144 124 71 0 20 53 75 46 33 37
Binary 1100100 1010100 111001 0 10000 101011 111101 100110 11011 11111

Color Harmonies of #645439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645439

Black with #645439

Text Example


Text Example

White with #645439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645439; }

 p { color: rgb(100,84,57); }

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

background-color css

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

 a { background-color: rgb(100,84,57); }

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

border-color css

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

 span { border-color: rgb(100,84,57); }

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