Html Css Color HEX #6C703E Woodland

📋 copy color: '#6C703E'

red 108 ◦ green 112 ◦ blue 62

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

Shades of Woodland #6C703E

Tints of Woodland #6C703E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.72%

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

R = 38.3%
G = 39.72%
B = 21.99%

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

#6C703E (or 0x6C703E) is known color: Woodland. HEX triplet: 6C, 70 and 3E. RGB value is (108,112,62). Sum of RGB (Red+Green+Blue) = 108+112+62=282 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.30% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #6C703E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C703E is #938FC1. Grayscale: #696969. Windows color (decimal): -9670594 or 4092012. OLE color: 4092012.

HSL color Cylindrical-coordinate representation of color #6C703E: hue angle of 64.8º 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 #6C703E is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 108 112 62 -
CMYK 0.04 0 0.45 0.56
HSL 64.8º 0.29% 0.34% -
HSV(B) 64.8º 0.45% 0.44% -
XYZ 12.85 15.12 6.8 -
YUV 105.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 108 112 62 0.04 0 0.45 0.56 64.8 0.29 0.34
Hex 6C 70 3E 4 0 2D 38 41 1D 22
Octal 154 160 76 4 0 55 70 101 35 42
Binary 1101100 1110000 111110 100 0 101101 111000 1000001 11101 100010

Color Harmonies of #6C703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C703E

Black with #6C703E

Text Example


Text Example

White with #6C703E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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