#645339

Color #645339 Judge Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Judge Grey #645339

Tints of Judge Grey #645339

Color information

#645339 (or 0x645339) is unknown color: approx 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

RGB1008357-
CMYK00.170.430.61
HSL36.28º27.39%30.78%-
HSV(B)36.28º43%39.22%-
XYZ9.099.195.17-
YUV85.12112.13138.61-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100835700.170.430.6136.2827.3930.78
Hex6453390112B3D241b1f
Octal144123710215375443337
Binary110010010100111110010100011010111111011001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>