Html Css Color HEX #676D48 Woodland

📋 copy color: '#676D48'

red 103 ◦ green 109 ◦ blue 72

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

Shades of Woodland #676D48

Tints of Woodland #676D48

RGB

 RED value IS 103 (40.63% from 255) = 36.27%

 GREEN value IS 109 (42.97% from 255) = 38.38%

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

R = 36.27%
G = 38.38%
B = 25.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#676D48 (or 0x676D48) is known color: Woodland. HEX triplet: 67, 6D and 48. RGB value is (103,109,72). Sum of RGB (Red+Green+Blue) = 103+109+72=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 109 - color contains mainly: green. Hex color #676D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676D48 is #9892B7. Grayscale: #676767. Windows color (decimal): -9999032 or 4746599. OLE color: 4746599.

HSL color Cylindrical-coordinate representation of color #676D48: hue angle of 69.73º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #676D48 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 103 109 72 -
CMYK 0.06 0 0.34 0.57
HSL 69.73º 0.2% 0.35% -
HSV(B) 69.73º 0.34% 0.43% -
XYZ 12.23 14.29 8.24 -
YUV 102.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 103 109 72 0.06 0 0.34 0.57 69.73 0.2 0.35
Hex 67 6D 48 6 0 22 39 46 14 23
Octal 147 155 110 6 0 42 71 106 24 43
Binary 1100111 1101101 1001000 110 0 100010 111001 1000110 10100 100011

Color Harmonies of #676D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676D48

Black with #676D48

Text Example


Text Example

White with #676D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676D48; }

 p { color: rgb(103,109,72); }

 H1.HeaderClassName
 {
   color: #676D48;
 }
 .AnyTagClassName
 {
   color: #676D48;
 }
</style>

background-color css

<style>
 a { background-color: #676D48; }

 a { background-color: rgb(103,109,72); }

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

border-color css

<style>
 span { border-color: #676D48; }

 span { border-color: rgb(103,109,72); }

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