Html Css Color HEX #6A6D3D Woodland

📋 copy color: '#6A6D3D'

red 106 ◦ green 109 ◦ blue 61

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

Shades of Woodland #6A6D3D

Tints of Woodland #6A6D3D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.49%

 BLUE value IS 61 (24.22% from 255) = 22.1%

R = 38.41%
G = 39.49%
B = 22.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6A6D3D (or 0x6A6D3D) is known color: Woodland. HEX triplet: 6A, 6D and 3D. RGB value is (106,109,61). Sum of RGB (Red+Green+Blue) = 106+109+61=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 109 - color contains mainly: green. Hex color #6A6D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6D3D is #9592C2. Grayscale: #666666. Windows color (decimal): -9802435 or 4025706. OLE color: 4025706.

HSL color Cylindrical-coordinate representation of color #6A6D3D: hue angle of 63.75º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A6D3D is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB 106 109 61 -
CMYK 0.03 0 0.44 0.57
HSL 63.75º 0.28% 0.33% -
HSV(B) 63.75º 0.44% 0.43% -
XYZ 12.25 14.34 6.54 -
YUV 102.63 104.51 130.4 -
System Red Green Blue C M Y K H S L
Decimal 106 109 61 0.03 0 0.44 0.57 63.75 0.28 0.33
Hex 6A 6D 3D 3 0 2C 39 40 1C 21
Octal 152 155 75 3 0 54 71 100 34 41
Binary 1101010 1101101 111101 11 0 101100 111001 1000000 11100 100001

Color Harmonies of #6A6D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6D3D

Black with #6A6D3D

Text Example


Text Example

White with #6A6D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,109,61); }

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

background-color css

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

 a { background-color: rgb(106,109,61); }

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

border-color css

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

 span { border-color: rgb(106,109,61); }

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