Html Css Color HEX #64683B Woodland

📋 copy color: '#64683B'

red 100 ◦ green 104 ◦ blue 59

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

Shades of Woodland #64683B

Tints of Woodland #64683B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.54%

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

R = 38.02%
G = 39.54%
B = 22.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#64683B (or 0x64683B) is known color: Woodland. HEX triplet: 64, 68 and 3B. RGB value is (100,104,59). Sum of RGB (Red+Green+Blue) = 100+104+59=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 104 - color contains mainly: green. Hex color #64683B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64683B is #9B97C4. Grayscale: #616161. Windows color (decimal): -10196933 or 3893348. OLE color: 3893348.

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

Color convert

RGB 100 104 59 -
CMYK 0.04 0 0.43 0.59
HSL 65.33º 0.28% 0.32% -
HSV(B) 65.33º 0.43% 0.41% -
XYZ 11 12.93 6.05 -
YUV 97.67 106.17 129.66 -
System Red Green Blue C M Y K H S L
Decimal 100 104 59 0.04 0 0.43 0.59 65.33 0.28 0.32
Hex 64 68 3B 4 0 2B 3B 41 1C 20
Octal 144 150 73 4 0 53 73 101 34 40
Binary 1100100 1101000 111011 100 0 101011 111011 1000001 11100 100000

Color Harmonies of #64683B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64683B

Black with #64683B

Text Example


Text Example

White with #64683B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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