Html Css Color HEX #6C713F Woodland

📋 copy color: '#6C713F'

red 108 ◦ green 113 ◦ blue 63

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

Shades of Woodland #6C713F

Tints of Woodland #6C713F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.79%

 BLUE value IS 63 (25% from 255) = 22.18%

R = 38.03%
G = 39.79%
B = 22.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#6C713F (or 0x6C713F) is known color: Woodland. HEX triplet: 6C, 71 and 3F. RGB value is (108,113,63). Sum of RGB (Red+Green+Blue) = 108+113+63=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 113 - color contains mainly: green. Hex color #6C713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C713F is #938EC0. Grayscale: #6A6A6A. Windows color (decimal): -9670337 or 4157804. OLE color: 4157804.

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

Color convert

RGB 108 113 63 -
CMYK 0.04 0 0.44 0.56
HSL 66º 0.28% 0.35% -
HSV(B) 66º 0.44% 0.44% -
XYZ 12.99 15.36 6.98 -
YUV 105.81 103.84 129.57 -
System Red Green Blue C M Y K H S L
Decimal 108 113 63 0.04 0 0.44 0.56 66 0.28 0.35
Hex 6C 71 3F 4 0 2C 38 42 1C 23
Octal 154 161 77 4 0 54 70 102 34 43
Binary 1101100 1110001 111111 100 0 101100 111000 1000010 11100 100011

Color Harmonies of #6C713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C713F

Black with #6C713F

Text Example


Text Example

White with #6C713F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,113,63); }

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

background-color css

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

 a { background-color: rgb(108,113,63); }

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

border-color css

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

 span { border-color: rgb(108,113,63); }

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