#614318

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

Shades of Dark Brown #614318

Tints of Dark Brown #614318

Color information

#614318 (or 0x614318) is unknown color: approx Dark Brown. HEX triplet: 61, 43 and 18. RGB value is (97,67,24). Sum of RGB (Red+Green+Blue) = 97+67+24=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #614318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614318 is #9EBCE7. Grayscale: #474747. Windows color (decimal): -10403048 or 1590113. OLE color: 1590113.

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

Color convert

RGB976724-
CMYK00.310.750.62
HSL35.34º60.33%23.73%-
HSV(B)35.34º75.26%38.04%-
XYZ7.16.621.77-
YUV71.07101.44146.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.60%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 24 (9.77% from 255) = 12.77%
R=51.60%
G=35.64%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97672400.310.750.6235.3460.3323.73
Hex61431801F4B3E233c18
Octal1411033003711376437430
Binary1100001100001111000011111100101111111010001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614318; }

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

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

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

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

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

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

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

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