#69514E

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

Shades of Congo Brown #69514E

Tints of Congo Brown #69514E

Color information

#69514E (or 0x69514E) is unknown color: approx Congo Brown. HEX triplet: 69, 51 and 4E. RGB value is (105,81,78). Sum of RGB (Red+Green+Blue) = 105+81+78=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #69514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69514E is #96AEB1. Grayscale: #575757. Windows color (decimal): -9875122 or 5132649. OLE color: 5132649.

HSL color Cylindrical-coordinate representation of color #69514E: hue angle of 6.67º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69514E is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB1058178-
CMYK00.230.260.59
HSL6.67º14.75%35.88%-
HSV(B)6.67º25.71%41.18%-
XYZ10.149.448.49-
YUV87.83122.45140.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.77%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=39.77%
G=30.68%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105817800.230.260.596.6714.7535.88
Hex69514E0171A3B7f24
Octal151121116027327371744
Binary110100110100011001110010111110101110111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69514E; }

 p { color: rgb(105,81,78); }

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

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

 a { background-color: rgb(105,81,78); }

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

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

 span { border-color: rgb(105,81,78); }

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