Html Css Color HEX #64604B Hemlock

📋 copy color: '#64604B'

red 100 ◦ green 96 ◦ blue 75

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

Shades of Hemlock #64604B

Tints of Hemlock #64604B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.42%

 BLUE value IS 75 (29.69% from 255) = 27.68%

R = 36.9%
G = 35.42%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#64604B (or 0x64604B) is known color: Hemlock. HEX triplet: 64, 60 and 4B. RGB value is (100,96,75). Sum of RGB (Red+Green+Blue) = 100+96+75=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 100 - color contains mainly: red. Hex color #64604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64604B is #9B9FB4. Grayscale: #5E5E5E. Windows color (decimal): -10198965 or 4939876. OLE color: 4939876.

HSL color Cylindrical-coordinate representation of color #64604B: hue angle of 50.4º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #64604B is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 96 75 -
CMYK 0 0.04 0.25 0.61
HSL 50.4º 0.14% 0.34% -
HSV(B) 50.4º 0.25% 0.39% -
XYZ 10.71 11.58 8.33 -
YUV 94.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 100 96 75 0 0.04 0.25 0.61 50.4 0.14 0.34
Hex 64 60 4B 0 4 19 3D 32 E 22
Octal 144 140 113 0 4 31 75 62 16 42
Binary 1100100 1100000 1001011 0 100 11001 111101 110010 1110 100010

Color Harmonies of #64604B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64604B

Black with #64604B

Text Example


Text Example

White with #64604B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64604B; }

 p { color: rgb(100,96,75); }

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

background-color css

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

 a { background-color: rgb(100,96,75); }

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

border-color css

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

 span { border-color: rgb(100,96,75); }

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