Html Css Color HEX #693B3A Sanguine Brown

📋 copy color: '#693B3A'

red 105 ◦ green 59 ◦ blue 58

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

Shades of Sanguine Brown #693B3A

Tints of Sanguine Brown #693B3A

RGB

 RED value IS 105 (41.41% from 255) = 47.3%

 GREEN value IS 59 (23.44% from 255) = 26.58%

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

R = 47.3%
G = 26.58%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#693B3A (or 0x693B3A) is known color: Sanguine Brown. HEX triplet: 69, 3B and 3A. RGB value is (105,59,58). Sum of RGB (Red+Green+Blue) = 105+59+58=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #693B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693B3A is #96C4C5. Grayscale: #484848. Windows color (decimal): -9880774 or 3816297. OLE color: 3816297.

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

Color convert

RGB 105 59 58 -
CMYK 0 0.44 0.45 0.59
HSL 1.28º 0.29% 0.32% -
HSV(B) 1.28º 0.45% 0.41% -
XYZ 8.15 6.44 4.82 -
YUV 72.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 105 59 58 0 0.44 0.45 0.59 1.28 0.29 0.32
Hex 69 3B 3A 0 2C 2D 3B 1 1D 20
Octal 151 73 72 0 54 55 73 1 35 40
Binary 1101001 111011 111010 0 101100 101101 111011 1 11101 100000

Color Harmonies of #693B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693B3A

Black with #693B3A

Text Example


Text Example

White with #693B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693B3A; }

 p { color: rgb(105,59,58); }

 H1.HeaderClassName
 {
   color: #693B3A;
 }
 .AnyTagClassName
 {
   color: #693B3A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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