Html Css Color HEX #6C7340 Woodland

📋 copy color: '#6C7340'

red 108 ◦ green 115 ◦ blue 64

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

Shades of Woodland #6C7340

Tints of Woodland #6C7340

RGB

 RED value IS 108 (42.58% from 255) = 37.63%

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

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

R = 37.63%
G = 40.07%
B = 22.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#6C7340 (or 0x6C7340) is known color: Woodland. HEX triplet: 6C, 73 and 40. RGB value is (108,115,64). Sum of RGB (Red+Green+Blue) = 108+115+64=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7340 is #938CBF. Grayscale: #6B6B6B. Windows color (decimal): -9669824 or 4223852. OLE color: 4223852.

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

Color convert

RGB 108 115 64 -
CMYK 0.06 0 0.44 0.55
HSL 68.24º 0.28% 0.35% -
HSV(B) 68.24º 0.44% 0.45% -
XYZ 13.24 15.82 7.21 -
YUV 107.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 108 115 64 0.06 0 0.44 0.55 68.24 0.28 0.35
Hex 6C 73 40 6 0 2C 37 44 1C 23
Octal 154 163 100 6 0 54 67 104 34 43
Binary 1101100 1110011 1000000 110 0 101100 110111 1000100 11100 100011

Color Harmonies of #6C7340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7340

Black with #6C7340

Text Example


Text Example

White with #6C7340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,115,64); }

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

background-color css

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

 a { background-color: rgb(108,115,64); }

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

border-color css

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

 span { border-color: rgb(108,115,64); }

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