#69473F

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

Shades of Congo Brown #69473F

Tints of Congo Brown #69473F

Color information

#69473F (or 0x69473F) is unknown color: approx Congo Brown. HEX triplet: 69, 47 and 3F. RGB value is (105,71,63). Sum of RGB (Red+Green+Blue) = 105+71+63=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #69473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69473F is #96B8C0. Grayscale: #505050. Windows color (decimal): -9877697 or 4147049. OLE color: 4147049.

HSL color Cylindrical-coordinate representation of color #69473F: hue angle of 11.43º 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 #69473F is Cyan = 0, Magento = 0.32, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB1057163-
CMYK00.320.40.59
HSL11.43º25%32.94%-
HSV(B)11.43º40%41.18%-
XYZ8.987.875.75-
YUV80.25118.26145.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 71 (28.12% from 255) = 29.71%
BLUE value IS 63 (25% from 255) = 26.36%
R=43.93%
G=29.71%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105716300.320.40.5911.432532.94
Hex69473F020283Bb1921
Octal151107770405073133141
Binary110100110001111111110100000101000111011101111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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