#69514D

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

Shades of Congo Brown #69514D

Tints of Congo Brown #69514D

Color information

#69514D (or 0x69514D) is unknown color: approx Congo Brown. HEX triplet: 69, 51 and 4D. RGB value is (105,81,77). Sum of RGB (Red+Green+Blue) = 105+81+77=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 105 - color contains mainly: red. Hex color #69514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69514D is #96AEB2. Grayscale: #575757. Windows color (decimal): -9875123 or 5067113. OLE color: 5067113.

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

Color convert

RGB1058177-
CMYK00.230.270.59
HSL8.57º15.38%35.69%-
HSV(B)8.57º26.67%41.18%-
XYZ10.119.428.31-
YUV87.72121.95140.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.92%
GREEN value IS 81 (32.03% from 255) = 30.80%
BLUE value IS 77 (30.47% from 255) = 29.28%
R=39.92%
G=30.80%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105817700.230.270.598.5715.3835.69
Hex69514D0171B3B9f24
Octal1511211150273373111744
Binary1101001101000110011010101111101111101110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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