#69504B

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

Shades of Congo Brown #69504B

Tints of Congo Brown #69504B

Color information

#69504B (or 0x69504B) is unknown color: approx Congo Brown. HEX triplet: 69, 50 and 4B. RGB value is (105,80,75). Sum of RGB (Red+Green+Blue) = 105+80+75=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #69504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69504B is #96AFB4. Grayscale: #565656. Windows color (decimal): -9875381 or 4935785. OLE color: 4935785.

HSL color Cylindrical-coordinate representation of color #69504B: hue angle of 10º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #69504B is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1058075-
CMYK00.240.290.59
HSL10º16.67%35.29%-
HSV(B)10º28.57%41.18%-
XYZ9.969.257.92-
YUV86.9121.28140.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=40.38%
G=30.77%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105807500.240.290.591016.6735.29
Hex69504B0181D3Ba1123
Octal1511201130303573122143
Binary11010011010000100101101100011101111011101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69504B; }

 p { color: rgb(105,80,75); }

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

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

 a { background-color: rgb(105,80,75); }

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

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

 span { border-color: rgb(105,80,75); }

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