Html Css Color HEX #64664B Woodland

📋 copy color: '#64664B'

red 100 ◦ green 102 ◦ blue 75

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

Shades of Woodland #64664B

Tints of Woodland #64664B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.82%

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

R = 36.1%
G = 36.82%
B = 27.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#64664B (or 0x64664B) is known color: Woodland. HEX triplet: 64, 66 and 4B. RGB value is (100,102,75). Sum of RGB (Red+Green+Blue) = 100+102+75=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 102 - color contains mainly: green. Hex color #64664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64664B is #9B99B4. Grayscale: #626262. Windows color (decimal): -10197429 or 4941412. OLE color: 4941412.

HSL color Cylindrical-coordinate representation of color #64664B: hue angle of 64.44º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #64664B is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB 100 102 75 -
CMYK 0.02 0 0.26 0.6
HSL 64.44º 0.15% 0.35% -
HSV(B) 64.44º 0.26% 0.4% -
XYZ 11.28 12.72 8.52 -
YUV 98.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 100 102 75 0.02 0 0.26 0.6 64.44 0.15 0.35
Hex 64 66 4B 2 0 1A 3C 40 F 23
Octal 144 146 113 2 0 32 74 100 17 43
Binary 1100100 1100110 1001011 10 0 11010 111100 1000000 1111 100011

Color Harmonies of #64664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64664B

Black with #64664B

Text Example


Text Example

White with #64664B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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