Html Css Color HEX #645339 Judge Grey

📋 copy color: '#645339'

red 100 ◦ green 83 ◦ blue 57

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

Shades of Judge Grey #645339

Tints of Judge Grey #645339

RGB

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

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

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

R = 41.67%
G = 34.58%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.61

RGB Variations

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

Color information

#645339 (or 0x645339) is known color: Judge Grey. HEX triplet: 64, 53 and 39. RGB value is (100,83,57). Sum of RGB (Red+Green+Blue) = 100+83+57=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 100 - color contains mainly: red. Hex color #645339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645339 is #9BACC6. Grayscale: #555555. Windows color (decimal): -10202311 or 3756900. OLE color: 3756900.

HSL color Cylindrical-coordinate representation of color #645339: hue angle of 36.28º 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 #645339 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 83 57 -
CMYK 0 0.17 0.43 0.61
HSL 36.28º 0.27% 0.31% -
HSV(B) 36.28º 0.43% 0.39% -
XYZ 9.09 9.19 5.17 -
YUV 85.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 100 83 57 0 0.17 0.43 0.61 36.28 0.27 0.31
Hex 64 53 39 0 11 2B 3D 24 1B 1F
Octal 144 123 71 0 21 53 75 44 33 37
Binary 1100100 1010011 111001 0 10001 101011 111101 100100 11011 11111

Color Harmonies of #645339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645339

Black with #645339

Text Example


Text Example

White with #645339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645339; }

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

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

background-color css

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

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

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

border-color css

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

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

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