Html Css Color HEX #676A48 Woodland

📋 copy color: '#676A48'

red 103 ◦ green 106 ◦ blue 72

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

Shades of Woodland #676A48

Tints of Woodland #676A48

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.72%

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

R = 36.65%
G = 37.72%
B = 25.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#676A48 (or 0x676A48) is known color: Woodland. HEX triplet: 67, 6A and 48. RGB value is (103,106,72). Sum of RGB (Red+Green+Blue) = 103+106+72=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 106 - color contains mainly: green. Hex color #676A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676A48 is #9895B7. Grayscale: #656565. Windows color (decimal): -9999800 or 4745831. OLE color: 4745831.

HSL color Cylindrical-coordinate representation of color #676A48: hue angle of 65.29º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #676A48 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 103 106 72 -
CMYK 0.03 0 0.32 0.58
HSL 65.29º 0.19% 0.35% -
HSV(B) 65.29º 0.32% 0.42% -
XYZ 11.92 13.66 8.14 -
YUV 101.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 103 106 72 0.03 0 0.32 0.58 65.29 0.19 0.35
Hex 67 6A 48 3 0 20 3A 41 13 23
Octal 147 152 110 3 0 40 72 101 23 43
Binary 1100111 1101010 1001000 11 0 100000 111010 1000001 10011 100011

Color Harmonies of #676A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676A48

Black with #676A48

Text Example


Text Example

White with #676A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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