Html Css Color HEX #6C6F3D Woodland

📋 copy color: '#6C6F3D'

red 108 ◦ green 111 ◦ blue 61

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

Shades of Woodland #6C6F3D

Tints of Woodland #6C6F3D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.64%

 BLUE value IS 61 (24.22% from 255) = 21.79%

R = 38.57%
G = 39.64%
B = 21.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#6C6F3D (or 0x6C6F3D) is known color: Woodland. HEX triplet: 6C, 6F and 3D. RGB value is (108,111,61). Sum of RGB (Red+Green+Blue) = 108+111+61=280 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.57% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 111 - color contains mainly: green. Hex color #6C6F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6F3D is #9390C2. Grayscale: #686868. Windows color (decimal): -9670851 or 4026220. OLE color: 4026220.

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

Color convert

RGB 108 111 61 -
CMYK 0.03 0 0.45 0.56
HSL 63.6º 0.29% 0.34% -
HSV(B) 63.6º 0.45% 0.44% -
XYZ 12.71 14.89 6.62 -
YUV 104.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 108 111 61 0.03 0 0.45 0.56 63.6 0.29 0.34
Hex 6C 6F 3D 3 0 2D 38 40 1D 22
Octal 154 157 75 3 0 55 70 100 35 42
Binary 1101100 1101111 111101 11 0 101101 111000 1000000 11101 100010

Color Harmonies of #6C6F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6F3D

Black with #6C6F3D

Text Example


Text Example

White with #6C6F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,111,61); }

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

background-color css

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

 a { background-color: rgb(108,111,61); }

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

border-color css

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

 span { border-color: rgb(108,111,61); }

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