#614426

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

Shades of Dark Brown #614426

Tints of Dark Brown #614426

Color information

#614426 (or 0x614426) is unknown color: approx Dark Brown. HEX triplet: 61, 44 and 26. RGB value is (97,68,38). Sum of RGB (Red+Green+Blue) = 97+68+38=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #614426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614426 is #9EBBD9. Grayscale: #494949. Windows color (decimal): -10402778 or 2507873. OLE color: 2507873.

HSL color Cylindrical-coordinate representation of color #614426: hue angle of 30.51º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #614426 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB976838-
CMYK00.300.610.62
HSL30.51º43.7%26.47%-
HSV(B)30.51º60.82%38.04%-
XYZ7.356.822.76-
YUV73.25108.11144.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 38 (15.23% from 255) = 18.72%
R=47.78%
G=33.50%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97683800.300.610.6230.5143.726.47
Hex61442601E3D3E1f2c1a
Octal141104460367576375432
Binary110000110001001001100111101111011111101111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614426; }

 p { color: rgb(97,68,38); }

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

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

 a { background-color: rgb(97,68,38); }

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

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

 span { border-color: rgb(97,68,38); }

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