#616348

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

Shades of Woodland #616348

Tints of Woodland #616348

Color information

#616348 (or 0x616348) is unknown color: approx Woodland. HEX triplet: 61, 63 and 48. RGB value is (97,99,72). Sum of RGB (Red+Green+Blue) = 97+99+72=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 99 - color contains mainly: green. Hex color #616348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616348 is #9E9CB7. Grayscale: #5F5F5F. Windows color (decimal): -10394808 or 4744033. OLE color: 4744033.

HSL color Cylindrical-coordinate representation of color #616348: hue angle of 64.44º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #616348 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB979972-
CMYK0.0200.270.61
HSL64.44º15.79%33.53%-
HSV(B)64.44º27.27%38.82%-
XYZ10.5611.937.88-
YUV95.32114.84129.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.19%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 72 (28.52% from 255) = 26.87%
R=36.19%
G=36.94%
B=26.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9799720.0200.270.6164.4415.7933.53
Hex616348201B3D401022
Octal1411431102033751002042
Binary11000011100011100100010011011111101100000010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616348; }

 p { color: rgb(97,99,72); }

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

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

 a { background-color: rgb(97,99,72); }

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

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

 span { border-color: rgb(97,99,72); }

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