Html Css Color HEX #64683C Woodland

📋 copy color: '#64683C'

red 100 ◦ green 104 ◦ blue 60

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

Shades of Woodland #64683C

Tints of Woodland #64683C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.73%

R = 37.88%
G = 39.39%
B = 22.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#64683C (or 0x64683C) is known color: Woodland. HEX triplet: 64, 68 and 3C. RGB value is (100,104,60). Sum of RGB (Red+Green+Blue) = 100+104+60=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 104 - color contains mainly: green. Hex color #64683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64683C is #9B97C3. Grayscale: #616161. Windows color (decimal): -10196932 or 3958884. OLE color: 3958884.

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

Color convert

RGB 100 104 60 -
CMYK 0.04 0 0.42 0.59
HSL 65.45º 0.27% 0.32% -
HSV(B) 65.45º 0.42% 0.41% -
XYZ 11.02 12.94 6.19 -
YUV 97.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 100 104 60 0.04 0 0.42 0.59 65.45 0.27 0.32
Hex 64 68 3C 4 0 2A 3B 41 1B 20
Octal 144 150 74 4 0 52 73 101 33 40
Binary 1100100 1101000 111100 100 0 101010 111011 1000001 11011 100000

Color Harmonies of #64683C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64683C

Black with #64683C

Text Example


Text Example

White with #64683C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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