Html Css Color HEX #6A7641 Woodland

📋 copy color: '#6A7641'

red 106 ◦ green 118 ◦ blue 65

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

Shades of Woodland #6A7641

Tints of Woodland #6A7641

RGB

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

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

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

R = 36.68%
G = 40.83%
B = 22.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#6A7641 (or 0x6A7641) is known color: Woodland. HEX triplet: 6A, 76 and 41. RGB value is (106,118,65). Sum of RGB (Red+Green+Blue) = 106+118+65=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 118 - color contains mainly: green. Hex color #6A7641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7641 is #9589BE. Grayscale: #6C6C6C. Windows color (decimal): -9800127 or 4290154. OLE color: 4290154.

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

Color convert

RGB 106 118 65 -
CMYK 0.10 0 0.45 0.54
HSL 73.58º 0.29% 0.36% -
HSV(B) 73.58º 0.45% 0.46% -
XYZ 13.38 16.4 7.46 -
YUV 108.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 106 118 65 0.10 0 0.45 0.54 73.58 0.29 0.36
Hex 6A 76 41 A 0 2D 36 4A 1D 24
Octal 152 166 101 12 0 55 66 112 35 44
Binary 1101010 1110110 1000001 1010 0 101101 110110 1001010 11101 100100

Color Harmonies of #6A7641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7641

Black with #6A7641

Text Example


Text Example

White with #6A7641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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