#673934

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

Shades of Sanguine Brown #673934

Tints of Sanguine Brown #673934

Color information

#673934 (or 0x673934) is unknown color: approx Sanguine Brown. HEX triplet: 67, 39 and 34. RGB value is (103,57,52). Sum of RGB (Red+Green+Blue) = 103+57+52=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #673934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673934 is #98C6CB. Grayscale: #464646. Windows color (decimal): -10012364 or 3422567. OLE color: 3422567.

HSL color Cylindrical-coordinate representation of color #673934: hue angle of 5.88º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #673934 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1035752-
CMYK00.450.500.60
HSL5.88º32.9%30.39%-
HSV(B)5.88º49.51%40.39%-
XYZ7.686.064.01-
YUV70.18117.74151.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.58%
GREEN value IS 57 (22.66% from 255) = 26.89%
BLUE value IS 52 (20.70% from 255) = 24.53%
R=48.58%
G=26.89%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103575200.450.500.605.8832.930.39
Hex67393402D323C6211e
Octal1477164055627464136
Binary1100111111001110100010110111001011110011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673934; }

 p { color: rgb(103,57,52); }

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

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

 a { background-color: rgb(103,57,52); }

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

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

 span { border-color: rgb(103,57,52); }

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