#614135

Color #614135 Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #614135

Tints of Very Dark Brown #614135

Color information

#614135 (or 0x614135) is unknown color: approx Very Dark Brown. HEX triplet: 61, 41 and 35. RGB value is (97,65,53). Sum of RGB (Red+Green+Blue) = 97+65+53=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #614135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614135 is #9EBECA. Grayscale: #494949. Windows color (decimal): -10403531 or 3490145. OLE color: 3490145.

HSL color Cylindrical-coordinate representation of color #614135: hue angle of 16.36º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #614135 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB976553-
CMYK00.330.450.62
HSL16.36º29.33%29.41%-
HSV(B)16.36º45.36%38.04%-
XYZ7.466.584.24-
YUV73.2116.6144.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 53 (21.09% from 255) = 24.65%
R=45.12%
G=30.23%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97655300.330.450.6216.3629.3329.41
Hex6141350212D3E101d1d
Octal141101650415576203535
Binary110000110000011101010100001101101111110100001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614135; }

 p { color: rgb(97,65,53); }

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

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

 a { background-color: rgb(97,65,53); }

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

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

 span { border-color: rgb(97,65,53); }

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