Html Css Color HEX #6A7642 Woodland

📋 copy color: '#6A7642'

red 106 ◦ green 118 ◦ blue 66

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

Shades of Woodland #6A7642

Tints of Woodland #6A7642

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.69%

 BLUE value IS 66 (26.17% from 255) = 22.76%

R = 36.55%
G = 40.69%
B = 22.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#6A7642 (or 0x6A7642) is known color: Woodland. HEX triplet: 6A, 76 and 42. RGB value is (106,118,66). Sum of RGB (Red+Green+Blue) = 106+118+66=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 118 - color contains mainly: green. Hex color #6A7642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7642 is #9589BD. Grayscale: #6C6C6C. Windows color (decimal): -9800126 or 4355690. OLE color: 4355690.

HSL color Cylindrical-coordinate representation of color #6A7642: hue angle of 73.85º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A7642 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 106 118 66 -
CMYK 0.10 0 0.44 0.54
HSL 73.85º 0.28% 0.36% -
HSV(B) 73.85º 0.44% 0.46% -
XYZ 13.41 16.41 7.62 -
YUV 108.48 104.02 126.23 -
System Red Green Blue C M Y K H S L
Decimal 106 118 66 0.10 0 0.44 0.54 73.85 0.28 0.36
Hex 6A 76 42 A 0 2C 36 4A 1C 24
Octal 152 166 102 12 0 54 66 112 34 44
Binary 1101010 1110110 1000010 1010 0 101100 110110 1001010 11100 100100

Color Harmonies of #6A7642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7642

Black with #6A7642

Text Example


Text Example

White with #6A7642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,118,66); }

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

background-color css

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

 a { background-color: rgb(106,118,66); }

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

border-color css

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

 span { border-color: rgb(106,118,66); }

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