Html Css Color HEX #6A7040 Woodland

📋 copy color: '#6A7040'

red 106 ◦ green 112 ◦ blue 64

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

Shades of Woodland #6A7040

Tints of Woodland #6A7040

RGB

 RED value IS 106 (41.8% from 255) = 37.59%

 GREEN value IS 112 (44.14% from 255) = 39.72%

 BLUE value IS 64 (25.39% from 255) = 22.7%

R = 37.59%
G = 39.72%
B = 22.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#6A7040 (or 0x6A7040) is known color: Woodland. HEX triplet: 6A, 70 and 40. RGB value is (106,112,64). Sum of RGB (Red+Green+Blue) = 106+112+64=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #6A7040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7040 is #958FBF. Grayscale: #686868. Windows color (decimal): -9801664 or 4223082. OLE color: 4223082.

HSL color Cylindrical-coordinate representation of color #6A7040: hue angle of 67.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A7040 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 112 64 -
CMYK 0.05 0 0.43 0.56
HSL 67.5º 0.27% 0.35% -
HSV(B) 67.5º 0.43% 0.44% -
XYZ 12.66 15.02 7.08 -
YUV 104.73 105.01 128.9 -
System Red Green Blue C M Y K H S L
Decimal 106 112 64 0.05 0 0.43 0.56 67.5 0.27 0.35
Hex 6A 70 40 5 0 2B 38 44 1B 23
Octal 152 160 100 5 0 53 70 104 33 43
Binary 1101010 1110000 1000000 101 0 101011 111000 1000100 11011 100011

Color Harmonies of #6A7040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7040

Black with #6A7040

Text Example


Text Example

White with #6A7040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A7040; }

 p { color: rgb(106,112,64); }

 H1.HeaderClassName
 {
   color: #6A7040;
 }
 .AnyTagClassName
 {
   color: #6A7040;
 }
</style>

background-color css

<style>
 a { background-color: #6A7040; }

 a { background-color: rgb(106,112,64); }

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

border-color css

<style>
 span { border-color: #6A7040; }

 span { border-color: rgb(106,112,64); }

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