Html Css Color HEX #6A7241 Woodland

📋 copy color: '#6A7241'

red 106 ◦ green 114 ◦ blue 65

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

Shades of Woodland #6A7241

Tints of Woodland #6A7241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40%

 BLUE value IS 65 (25.78% from 255) = 22.81%

R = 37.19%
G = 40%
B = 22.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#6A7241 (or 0x6A7241) is known color: Woodland. HEX triplet: 6A, 72 and 41. RGB value is (106,114,65). Sum of RGB (Red+Green+Blue) = 106+114+65=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #6A7241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7241 is #958DBE. Grayscale: #6A6A6A. Windows color (decimal): -9801151 or 4289130. OLE color: 4289130.

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

Color convert

RGB 106 114 65 -
CMYK 0.07 0 0.43 0.55
HSL 69.8º 0.27% 0.35% -
HSV(B) 69.8º 0.43% 0.45% -
XYZ 12.92 15.48 7.31 -
YUV 106.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 106 114 65 0.07 0 0.43 0.55 69.8 0.27 0.35
Hex 6A 72 41 7 0 2B 37 46 1B 23
Octal 152 162 101 7 0 53 67 106 33 43
Binary 1101010 1110010 1000001 111 0 101011 110111 1000110 11011 100011

Color Harmonies of #6A7241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7241

Black with #6A7241

Text Example


Text Example

White with #6A7241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,114,65); }

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

background-color css

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

 a { background-color: rgb(106,114,65); }

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

border-color css

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

 span { border-color: rgb(106,114,65); }

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