#67713A

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

Shades of Woodland #67713A

Tints of Woodland #67713A

Color information

#67713A (or 0x67713A) is unknown color: approx Woodland. HEX triplet: 67, 71 and 3A. RGB value is (103,113,58). Sum of RGB (Red+Green+Blue) = 103+113+58=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 113 - color contains mainly: green. Hex color #67713A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67713A is #988EC5. Grayscale: #676767. Windows color (decimal): -9998022 or 3830119. OLE color: 3830119.

HSL color Cylindrical-coordinate representation of color #67713A: hue angle of 70.91º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67713A is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB10311358-
CMYK0.0900.490.56
HSL70.91º32.16%33.53%-
HSV(B)70.91º48.67%44.31%-
XYZ12.26156.25-
YUV103.74102.19127.47-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.59%
GREEN value IS 113 (44.53% from 255) = 41.24%
BLUE value IS 58 (23.05% from 255) = 21.17%
R=37.59%
G=41.24%
B=21.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103113580.0900.490.5670.9132.1633.53
Hex67713A903138472022
Octal1471617211061701074042
Binary11001111110001111010100101100011110001000111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67713A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67713A; }

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

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

<style>
 a { background-color: #67713A; }

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

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

<style>
 span { border-color: #67713A; }

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

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