#68463F

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

Shades of Congo Brown #68463F

Tints of Congo Brown #68463F

Color information

#68463F (or 0x68463F) is unknown color: approx Congo Brown. HEX triplet: 68, 46 and 3F. RGB value is (104,70,63). Sum of RGB (Red+Green+Blue) = 104+70+63=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #68463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68463F is #97B9C0. Grayscale: #4F4F4F. Windows color (decimal): -9943489 or 4146792. OLE color: 4146792.

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

Color convert

RGB1047063-
CMYK00.330.390.59
HSL10.24º24.55%32.75%-
HSV(B)10.24º39.42%40.78%-
XYZ8.87.685.72-
YUV79.37118.76145.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 63 (25% from 255) = 26.58%
R=43.88%
G=29.54%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104706300.330.390.5910.2424.5532.75
Hex68463F021273Ba1921
Octal150106770414773123141
Binary110100010001101111110100001100111111011101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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