#614235

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

Shades of Very Dark Brown #614235

Tints of Very Dark Brown #614235

Color information

#614235 (or 0x614235) is unknown color: approx Very Dark Brown. HEX triplet: 61, 42 and 35. RGB value is (97,66,53). Sum of RGB (Red+Green+Blue) = 97+66+53=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #614235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614235 is #9EBDCA. Grayscale: #494949. Windows color (decimal): -10403275 or 3490401. OLE color: 3490401.

HSL color Cylindrical-coordinate representation of color #614235: hue angle of 17.73º 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 #614235 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB976653-
CMYK00.320.450.62
HSL17.73º29.33%29.41%-
HSV(B)17.73º45.36%38.04%-
XYZ7.526.694.26-
YUV73.79116.27144.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=44.91%
G=30.56%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97665300.320.450.6217.7329.3329.41
Hex6142350202D3E121d1d
Octal141102650405576223535
Binary110000110000101101010100000101101111110100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614235; }

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

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

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

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

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

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

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

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