#61694B

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

Shades of Woodland #61694B

Tints of Woodland #61694B

Color information

#61694B (or 0x61694B) is unknown color: approx Woodland. HEX triplet: 61, 69 and 4B. RGB value is (97,105,75). Sum of RGB (Red+Green+Blue) = 97+105+75=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #61694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61694B is #9E96B4. Grayscale: #636363. Windows color (decimal): -10393269 or 4942177. OLE color: 4942177.

HSL color Cylindrical-coordinate representation of color #61694B: hue angle of 76º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #61694B is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB9710575-
CMYK0.0800.290.59
HSL76º16.67%35.29%-
HSV(B)76º28.57%41.18%-
XYZ11.2513.158.6-
YUV99.19114.35126.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.02%
GREEN value IS 105 (41.41% from 255) = 37.91%
BLUE value IS 75 (29.69% from 255) = 27.08%
R=35.02%
G=37.91%
B=27.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97105750.0800.290.597616.6735.29
Hex61694B801D3B4c1123
Octal14115111310035731142143
Binary1100001110100110010111000011101111011100110010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61694B; }

 p { color: rgb(97,105,75); }

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

<style>
 a { background-color: #61694B; }

 a { background-color: rgb(97,105,75); }

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

<style>
 span { border-color: #61694B; }

 span { border-color: rgb(97,105,75); }

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