Html Css Color HEX #683A3A Sanguine Brown

📋 copy color: '#683A3A'

red 104 ◦ green 58 ◦ blue 58

#683A3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sanguine Brown #683A3A

Tints of Sanguine Brown #683A3A

RGB

 RED value IS 104 (41.02% from 255) = 47.27%

 GREEN value IS 58 (23.05% from 255) = 26.36%

 BLUE value IS 58 (23.05% from 255) = 26.36%

R = 47.27%
G = 26.36%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#683A3A (or 0x683A3A) is known color: Sanguine Brown. HEX triplet: 68, 3A and 3A. RGB value is (104,58,58). Sum of RGB (Red+Green+Blue) = 104+58+58=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #683A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683A3A is #97C5C5. Grayscale: #474747. Windows color (decimal): -9946566 or 3816040. OLE color: 3816040.

HSL color Cylindrical-coordinate representation of color #683A3A: hue angle of 0º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #683A3A is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 58 58 -
CMYK 0 0.44 0.44 0.59
HSL 0.28% 0.32% -
HSV(B) 0.44% 0.41% -
XYZ 7.99 6.27 4.79 -
YUV 71.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 104 58 58 0 0.44 0.44 0.59 0 0.28 0.32
Hex 68 3A 3A 0 2C 2C 3B 0 1C 20
Octal 150 72 72 0 54 54 73 0 34 40
Binary 1101000 111010 111010 0 101100 101100 111011 0 11100 100000

Color Harmonies of #683A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683A3A

Black with #683A3A

Text Example


Text Example

White with #683A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683A3A; }

 p { color: rgb(104,58,58); }

 H1.HeaderClassName
 {
   color: #683A3A;
 }
 .AnyTagClassName
 {
   color: #683A3A;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #683A3A;
 }
 .BgClassName
 {
   background-color: #683A3A;
 }
</style>

border-color css

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

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

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