#65694A

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

Shades of Woodland #65694A

Tints of Woodland #65694A

Color information

#65694A (or 0x65694A) is unknown color: approx Woodland. HEX triplet: 65, 69 and 4A. RGB value is (101,105,74). Sum of RGB (Red+Green+Blue) = 101+105+74=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 105 - color contains mainly: green. Hex color #65694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65694A is #9A96B5. Grayscale: #646464. Windows color (decimal): -10131126 or 4876645. OLE color: 4876645.

HSL color Cylindrical-coordinate representation of color #65694A: hue angle of 67.74º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #65694A is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB10110574-
CMYK0.0400.300.59
HSL67.74º17.32%35.1%-
HSV(B)67.74º29.52%41.18%-
XYZ11.6513.368.44-
YUV100.27113.17128.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.07%
GREEN value IS 105 (41.41% from 255) = 37.5%
BLUE value IS 74 (29.30% from 255) = 26.43%
R=36.07%
G=37.5%
B=26.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101105740.0400.300.5967.7417.3235.1
Hex65694A401E3B441123
Octal1451511124036731042143
Binary110010111010011001010100011110111011100010010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,105,74); }

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

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

 a { background-color: rgb(101,105,74); }

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

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

 span { border-color: rgb(101,105,74); }

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