#68463E

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

Shades of Congo Brown #68463E

Tints of Congo Brown #68463E

Color information

#68463E (or 0x68463E) is unknown color: approx Congo Brown. HEX triplet: 68, 46 and 3E. RGB value is (104,70,62). Sum of RGB (Red+Green+Blue) = 104+70+62=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #68463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68463E is #97B9C1. Grayscale: #4F4F4F. Windows color (decimal): -9943490 or 4081256. OLE color: 4081256.

HSL color Cylindrical-coordinate representation of color #68463E: 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 #68463E is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB1047062-
CMYK00.330.400.59
HSL11.43º25.3%32.55%-
HSV(B)11.43º40.38%40.78%-
XYZ8.777.675.58-
YUV79.25118.26145.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 70 (27.73% from 255) = 29.66%
BLUE value IS 62 (24.61% from 255) = 26.27%
R=44.07%
G=29.66%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104706200.330.400.5911.4325.332.55
Hex68463E021283Bb1921
Octal150106760415073133141
Binary110100010001101111100100001101000111011101111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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