#614332

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

Shades of Very Dark Brown #614332

Tints of Very Dark Brown #614332

Color information

#614332 (or 0x614332) is unknown color: approx Very Dark Brown. HEX triplet: 61, 43 and 32. RGB value is (97,67,50). Sum of RGB (Red+Green+Blue) = 97+67+50=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #614332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614332 is #9EBCCD. Grayscale: #4A4A4A. Windows color (decimal): -10403022 or 3294049. OLE color: 3294049.

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

Color convert

RGB976750-
CMYK00.310.480.62
HSL21.7º31.97%28.82%-
HSV(B)21.7º48.45%38.04%-
XYZ7.516.793.93-
YUV74.03114.44144.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 67 (26.56% from 255) = 31.31%
BLUE value IS 50 (19.92% from 255) = 23.36%
R=45.33%
G=31.31%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97675000.310.480.6221.731.9728.82
Hex61433201F303E16201d
Octal141103620376076264035
Binary110000110000111100100111111100001111101011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614332; }

 p { color: rgb(97,67,50); }

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

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

 a { background-color: rgb(97,67,50); }

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

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

 span { border-color: rgb(97,67,50); }

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