Html Css Color HEX #6A7341 Woodland

📋 copy color: '#6A7341'

red 106 ◦ green 115 ◦ blue 65

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

Shades of Woodland #6A7341

Tints of Woodland #6A7341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.21%

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

R = 37.06%
G = 40.21%
B = 22.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#6A7341 (or 0x6A7341) is known color: Woodland. HEX triplet: 6A, 73 and 41. RGB value is (106,115,65). Sum of RGB (Red+Green+Blue) = 106+115+65=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #6A7341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7341 is #958CBE. Grayscale: #6A6A6A. Windows color (decimal): -9800895 or 4289386. OLE color: 4289386.

HSL color Cylindrical-coordinate representation of color #6A7341: hue angle of 70.8º degrees, saturation: 0.28, 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 #6A7341 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 115 65 -
CMYK 0.08 0 0.43 0.55
HSL 70.8º 0.28% 0.35% -
HSV(B) 70.8º 0.43% 0.45% -
XYZ 13.03 15.71 7.35 -
YUV 106.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 106 115 65 0.08 0 0.43 0.55 70.8 0.28 0.35
Hex 6A 73 41 8 0 2B 37 47 1C 23
Octal 152 163 101 10 0 53 67 107 34 43
Binary 1101010 1110011 1000001 1000 0 101011 110111 1000111 11100 100011

Color Harmonies of #6A7341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7341

Black with #6A7341

Text Example


Text Example

White with #6A7341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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