#68483F

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

Shades of Congo Brown #68483F

Tints of Congo Brown #68483F

Color information

#68483F (or 0x68483F) is unknown color: approx Congo Brown. HEX triplet: 68, 48 and 3F. RGB value is (104,72,63). Sum of RGB (Red+Green+Blue) = 104+72+63=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #68483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68483F is #97B7C0. Grayscale: #505050. Windows color (decimal): -9942977 or 4147304. OLE color: 4147304.

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

Color convert

RGB1047263-
CMYK00.310.390.59
HSL13.17º24.55%32.75%-
HSV(B)13.17º39.42%40.78%-
XYZ8.927.945.76-
YUV80.54118.1144.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 63 (25% from 255) = 26.36%
R=43.51%
G=30.13%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104726300.310.390.5913.1724.5532.75
Hex68483F01F273Bd1921
Octal150110770374773153141
Binary11010001001000111111011111100111111011110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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