#676B3A

Color #676B3A Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #676B3A

Tints of Woodland #676B3A

Color information

#676B3A (or 0x676B3A) is unknown color: approx Woodland. HEX triplet: 67, 6B and 3A. RGB value is (103,107,58). Sum of RGB (Red+Green+Blue) = 103+107+58=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 107 - color contains mainly: green. Hex color #676B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676B3A is #9894C5. Grayscale: #646464. Windows color (decimal): -9999558 or 3828583. OLE color: 3828583.

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

Color convert

RGB10310758-
CMYK0.0400.460.58
HSL64.9º29.7%32.35%-
HSV(B)64.9º45.79%41.96%-
XYZ11.6113.76.04-
YUV100.22104.17129.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.43%
GREEN value IS 107 (42.19% from 255) = 39.93%
BLUE value IS 58 (23.05% from 255) = 21.64%
R=38.43%
G=39.93%
B=21.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103107580.0400.460.5864.929.732.35
Hex676B3A402E3A411e20
Octal147153724056721013640
Binary110011111010111110101000101110111010100000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,107,58); }

 H1.HeaderClassName
 {
   color: #676B3A;
 }
 .AnyTagClassName
 {
   color: #676B3A;
 }
</style>
background-color css

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

 a { background-color: rgb(103,107,58); }

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

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

 span { border-color: rgb(103,107,58); }

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