#69463F

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

Shades of Congo Brown #69463F

Tints of Congo Brown #69463F

Color information

#69463F (or 0x69463F) is unknown color: approx Congo Brown. HEX triplet: 69, 46 and 3F. RGB value is (105,70,63). Sum of RGB (Red+Green+Blue) = 105+70+63=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #69463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69463F is #96B9C0. Grayscale: #4F4F4F. Windows color (decimal): -9877953 or 4146793. OLE color: 4146793.

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

Color convert

RGB1057063-
CMYK00.330.40.59
HSL10º25%32.94%-
HSV(B)10º40%41.18%-
XYZ8.917.745.73-
YUV79.67118.6146.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.12%
GREEN value IS 70 (27.73% from 255) = 29.41%
BLUE value IS 63 (25% from 255) = 26.47%
R=44.12%
G=29.41%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105706300.330.40.59102532.94
Hex69463F021283Ba1921
Octal151106770415073123141
Binary110100110001101111110100001101000111011101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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