#61674B

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

Shades of Woodland #61674B

Tints of Woodland #61674B

Color information

#61674B (or 0x61674B) is unknown color: approx Woodland. HEX triplet: 61, 67 and 4B. RGB value is (97,103,75). Sum of RGB (Red+Green+Blue) = 97+103+75=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 103 - color contains mainly: green. Hex color #61674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61674B is #9E98B4. Grayscale: #626262. Windows color (decimal): -10393781 or 4941665. OLE color: 4941665.

HSL color Cylindrical-coordinate representation of color #61674B: hue angle of 72.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #61674B is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB9710375-
CMYK0.0600.270.60
HSL72.86º15.73%34.9%-
HSV(B)72.86º27.18%40.39%-
XYZ11.0512.758.54-
YUV98.01115.01127.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 103 (40.62% from 255) = 37.45%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=35.27%
G=37.45%
B=27.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97103750.0600.270.6072.8615.7334.9
Hex61674B601B3C491023
Octal1411471136033741112043
Binary110000111001111001011110011011111100100100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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