Html Css Color HEX #6A7440 Woodland

📋 copy color: '#6A7440'

red 106 ◦ green 116 ◦ blue 64

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

Shades of Woodland #6A7440

Tints of Woodland #6A7440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.56%

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

R = 37.06%
G = 40.56%
B = 22.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#6A7440 (or 0x6A7440) is known color: Woodland. HEX triplet: 6A, 74 and 40. RGB value is (106,116,64). Sum of RGB (Red+Green+Blue) = 106+116+64=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 116 - color contains mainly: green. Hex color #6A7440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7440 is #958BBF. Grayscale: #6B6B6B. Windows color (decimal): -9800640 or 4224106. OLE color: 4224106.

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

Color convert

RGB 106 116 64 -
CMYK 0.09 0 0.45 0.55
HSL 71.54º 0.29% 0.35% -
HSV(B) 71.54º 0.45% 0.45% -
XYZ 13.11 15.93 7.23 -
YUV 107.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 106 116 64 0.09 0 0.45 0.55 71.54 0.29 0.35
Hex 6A 74 40 9 0 2D 37 48 1D 23
Octal 152 164 100 11 0 55 67 110 35 43
Binary 1101010 1110100 1000000 1001 0 101101 110111 1001000 11101 100011

Color Harmonies of #6A7440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7440

Black with #6A7440

Text Example


Text Example

White with #6A7440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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