Html Css Color HEX #686F48 Woodland

📋 copy color: '#686F48'

red 104 ◦ green 111 ◦ blue 72

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

Shades of Woodland #686F48

Tints of Woodland #686F48

RGB

 RED value IS 104 (41.02% from 255) = 36.24%

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

 BLUE value IS 72 (28.52% from 255) = 25.09%

R = 36.24%
G = 38.68%
B = 25.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#686F48 (or 0x686F48) is known color: Woodland. HEX triplet: 68, 6F and 48. RGB value is (104,111,72). Sum of RGB (Red+Green+Blue) = 104+111+72=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 111 - color contains mainly: green. Hex color #686F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686F48 is #9790B7. Grayscale: #686868. Windows color (decimal): -9932984 or 4747112. OLE color: 4747112.

HSL color Cylindrical-coordinate representation of color #686F48: hue angle of 70.77º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #686F48 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 111 72 -
CMYK 0.06 0 0.35 0.56
HSL 70.77º 0.21% 0.36% -
HSV(B) 70.77º 0.35% 0.44% -
XYZ 12.56 14.78 8.32 -
YUV 104.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 104 111 72 0.06 0 0.35 0.56 70.77 0.21 0.36
Hex 68 6F 48 6 0 23 38 47 15 24
Octal 150 157 110 6 0 43 70 107 25 44
Binary 1101000 1101111 1001000 110 0 100011 111000 1000111 10101 100100

Color Harmonies of #686F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F48

Black with #686F48

Text Example


Text Example

White with #686F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686F48; }

 p { color: rgb(104,111,72); }

 H1.HeaderClassName
 {
   color: #686F48;
 }
 .AnyTagClassName
 {
   color: #686F48;
 }
</style>

background-color css

<style>
 a { background-color: #686F48; }

 a { background-color: rgb(104,111,72); }

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

border-color css

<style>
 span { border-color: #686F48; }

 span { border-color: rgb(104,111,72); }

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