Html Css Color HEX #64693B Woodland

📋 copy color: '#64693B'

red 100 ◦ green 105 ◦ blue 59

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

Shades of Woodland #64693B

Tints of Woodland #64693B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.77%

 BLUE value IS 59 (23.44% from 255) = 22.35%

R = 37.88%
G = 39.77%
B = 22.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#64693B (or 0x64693B) is known color: Woodland. HEX triplet: 64, 69 and 3B. RGB value is (100,105,59). Sum of RGB (Red+Green+Blue) = 100+105+59=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 105 - color contains mainly: green. Hex color #64693B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64693B is #9B96C4. Grayscale: #626262. Windows color (decimal): -10196677 or 3893604. OLE color: 3893604.

HSL color Cylindrical-coordinate representation of color #64693B: hue angle of 66.52º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64693B is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 105 59 -
CMYK 0.05 0 0.44 0.59
HSL 66.52º 0.28% 0.32% -
HSV(B) 66.52º 0.44% 0.41% -
XYZ 11.1 13.13 6.09 -
YUV 98.26 105.84 129.24 -
System Red Green Blue C M Y K H S L
Decimal 100 105 59 0.05 0 0.44 0.59 66.52 0.28 0.32
Hex 64 69 3B 5 0 2C 3B 43 1C 20
Octal 144 151 73 5 0 54 73 103 34 40
Binary 1100100 1101001 111011 101 0 101100 111011 1000011 11100 100000

Color Harmonies of #64693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64693B

Black with #64693B

Text Example


Text Example

White with #64693B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,105,59); }

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

background-color css

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

 a { background-color: rgb(100,105,59); }

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

border-color css

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

 span { border-color: rgb(100,105,59); }

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