Html Css Color HEX #6C713E Woodland

📋 copy color: '#6C713E'

red 108 ◦ green 113 ◦ blue 62

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

Shades of Woodland #6C713E

Tints of Woodland #6C713E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.91%

R = 38.16%
G = 39.93%
B = 21.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#6C713E (or 0x6C713E) is known color: Woodland. HEX triplet: 6C, 71 and 3E. RGB value is (108,113,62). Sum of RGB (Red+Green+Blue) = 108+113+62=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 113 - color contains mainly: green. Hex color #6C713E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C713E is #938EC1. Grayscale: #696969. Windows color (decimal): -9670338 or 4092268. OLE color: 4092268.

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

Color convert

RGB 108 113 62 -
CMYK 0.04 0 0.45 0.56
HSL 65.88º 0.29% 0.34% -
HSV(B) 65.88º 0.45% 0.44% -
XYZ 12.96 15.35 6.84 -
YUV 105.69 103.34 129.65 -
System Red Green Blue C M Y K H S L
Decimal 108 113 62 0.04 0 0.45 0.56 65.88 0.29 0.34
Hex 6C 71 3E 4 0 2D 38 42 1D 22
Octal 154 161 76 4 0 55 70 102 35 42
Binary 1101100 1110001 111110 100 0 101101 111000 1000010 11101 100010

Color Harmonies of #6C713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C713E

Black with #6C713E

Text Example


Text Example

White with #6C713E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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