#614E4B

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

Shades of Congo Brown #614E4B

Tints of Congo Brown #614E4B

Color information

#614E4B (or 0x614E4B) is unknown color: approx Congo Brown. HEX triplet: 61, 4E and 4B. RGB value is (97,78,75). Sum of RGB (Red+Green+Blue) = 97+78+75=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #614E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E4B is #9EB1B4. Grayscale: #535353. Windows color (decimal): -10400181 or 4935265. OLE color: 4935265.

HSL color Cylindrical-coordinate representation of color #614E4B: hue angle of 8.18º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #614E4B is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB977875-
CMYK00.200.230.62
HSL8.18º12.79%33.73%-
HSV(B)8.18º22.68%38.04%-
XYZ8.928.57.83-
YUV83.34123.29137.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.8%
GREEN value IS 78 (30.86% from 255) = 31.2%
BLUE value IS 75 (29.69% from 255) = 30%
R=38.8%
G=31.2%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97787500.200.230.628.1812.7933.73
Hex614E4B014173E8d22
Octal1411161130242776101542
Binary1100001100111010010110101001011111111010001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614E4B; }

 p { color: rgb(97,78,75); }

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

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

 a { background-color: rgb(97,78,75); }

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

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

 span { border-color: rgb(97,78,75); }

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