#68403F

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

Shades of Sanguine Brown #68403F

Tints of Sanguine Brown #68403F

Color information

#68403F (or 0x68403F) is unknown color: approx Sanguine Brown. HEX triplet: 68, 40 and 3F. RGB value is (104,64,63). Sum of RGB (Red+Green+Blue) = 104+64+63=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #68403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68403F is #97BFC0. Grayscale: #4B4B4B. Windows color (decimal): -9945025 or 4145256. OLE color: 4145256.

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

Color convert

RGB1046463-
CMYK00.380.390.59
HSL1.46º24.55%32.75%-
HSV(B)1.46º39.42%40.78%-
XYZ8.446.975.6-
YUV75.85120.75148.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.02%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 63 (25% from 255) = 27.27%
R=45.02%
G=27.71%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104646300.380.390.591.4624.5532.75
Hex68403F026273B11921
Octal15010077046477313141
Binary110100010000001111110100110100111111011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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