Html Css Color HEX #683F3F Sanguine Brown

📋 copy color: '#683F3F'

red 104 ◦ green 63 ◦ blue 63

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

Shades of Sanguine Brown #683F3F

Tints of Sanguine Brown #683F3F

RGB

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

 GREEN value IS 63 (25% from 255) = 27.39%

 BLUE value IS 63 (25% from 255) = 27.39%

R = 45.22%
G = 27.39%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#683F3F (or 0x683F3F) is known color: Sanguine Brown. HEX triplet: 68, 3F and 3F. RGB value is (104,63,63). Sum of RGB (Red+Green+Blue) = 104+63+63=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #683F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683F3F is #97C0C0. Grayscale: #4B4B4B. Windows color (decimal): -9945281 or 4145000. OLE color: 4145000.

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

Color convert

RGB 104 63 63 -
CMYK 0 0.39 0.39 0.59
HSL 0.25% 0.33% -
HSV(B) 0.39% 0.41% -
XYZ 8.38 6.86 5.58 -
YUV 75.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 104 63 63 0 0.39 0.39 0.59 0 0.25 0.33
Hex 68 3F 3F 0 27 27 3B 0 19 21
Octal 150 77 77 0 47 47 73 0 31 41
Binary 1101000 111111 111111 0 100111 100111 111011 0 11001 100001

Color Harmonies of #683F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683F3F

Black with #683F3F

Text Example


Text Example

White with #683F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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