#69463E

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

Shades of Congo Brown #69463E

Tints of Congo Brown #69463E

Color information

#69463E (or 0x69463E) is unknown color: approx Congo Brown. HEX triplet: 69, 46 and 3E. RGB value is (105,70,62). Sum of RGB (Red+Green+Blue) = 105+70+62=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #69463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69463E is #96B9C1. Grayscale: #4F4F4F. Windows color (decimal): -9877954 or 4081257. OLE color: 4081257.

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

Color convert

RGB1057062-
CMYK00.330.410.59
HSL11.16º25.75%32.75%-
HSV(B)11.16º40.95%41.18%-
XYZ8.897.735.58-
YUV79.55118.1146.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.30%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 62 (24.61% from 255) = 26.16%
R=44.30%
G=29.54%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105706200.330.410.5911.1625.7532.75
Hex69463E021293Bb1a21
Octal151106760415173133241
Binary110100110001101111100100001101001111011101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,70,62); }

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

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

 a { background-color: rgb(105,70,62); }

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

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

 span { border-color: rgb(105,70,62); }

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