Html Css Color HEX #6C7541 Woodland

📋 copy color: '#6C7541'

red 108 ◦ green 117 ◦ blue 65

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

Shades of Woodland #6C7541

Tints of Woodland #6C7541

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.34%

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

R = 37.24%
G = 40.34%
B = 22.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#6C7541 (or 0x6C7541) is known color: Woodland. HEX triplet: 6C, 75 and 41. RGB value is (108,117,65). Sum of RGB (Red+Green+Blue) = 108+117+65=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #6C7541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7541 is #938ABE. Grayscale: #6C6C6C. Windows color (decimal): -9669311 or 4289900. OLE color: 4289900.

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

Color convert

RGB 108 117 65 -
CMYK 0.08 0 0.44 0.54
HSL 70.38º 0.29% 0.36% -
HSV(B) 70.38º 0.44% 0.46% -
XYZ 13.5 16.29 7.43 -
YUV 108.38 103.52 127.73 -
System Red Green Blue C M Y K H S L
Decimal 108 117 65 0.08 0 0.44 0.54 70.38 0.29 0.36
Hex 6C 75 41 8 0 2C 36 46 1D 24
Octal 154 165 101 10 0 54 66 106 35 44
Binary 1101100 1110101 1000001 1000 0 101100 110110 1000110 11101 100100

Color Harmonies of #6C7541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7541

Black with #6C7541

Text Example


Text Example

White with #6C7541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,117,65); }

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

background-color css

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

 a { background-color: rgb(108,117,65); }

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

border-color css

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

 span { border-color: rgb(108,117,65); }

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