#614541

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

Shades of Congo Brown #614541

Tints of Congo Brown #614541

Color information

#614541 (or 0x614541) is unknown color: approx Congo Brown. HEX triplet: 61, 45 and 41. RGB value is (97,69,65). Sum of RGB (Red+Green+Blue) = 97+69+65=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #614541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614541 is #9EBABE. Grayscale: #4C4C4C. Windows color (decimal): -10402495 or 4277601. OLE color: 4277601.

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

Color convert

RGB976965-
CMYK00.290.330.62
HSL7.5º19.75%31.76%-
HSV(B)7.5º32.99%38.04%-
XYZ8.017.185.96-
YUV76.92121.28142.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.99%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 65 (25.78% from 255) = 28.14%
R=41.99%
G=29.87%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97696500.290.330.627.519.7531.76
Hex61454101D213E81420
Octal1411051010354176102440
Binary110000110001011000001011101100001111110100010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614541; }

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

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

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

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

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

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

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

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