Html Css Color HEX #693A36 Sanguine Brown

📋 copy color: '#693A36'

red 105 ◦ green 58 ◦ blue 54

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

Shades of Sanguine Brown #693A36

Tints of Sanguine Brown #693A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.88%

R = 48.39%
G = 26.73%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#693A36 (or 0x693A36) is known color: Sanguine Brown. HEX triplet: 69, 3A and 36. RGB value is (105,58,54). Sum of RGB (Red+Green+Blue) = 105+58+54=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #693A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A36 is #96C5C9. Grayscale: #474747. Windows color (decimal): -9881034 or 3553897. OLE color: 3553897.

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

Color convert

RGB 105 58 54 -
CMYK 0 0.45 0.49 0.59
HSL 4.71º 0.32% 0.31% -
HSV(B) 4.71º 0.49% 0.41% -
XYZ 8 6.3 4.28 -
YUV 71.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 105 58 54 0 0.45 0.49 0.59 4.71 0.32 0.31
Hex 69 3A 36 0 2D 31 3B 5 20 1F
Octal 151 72 66 0 55 61 73 5 40 37
Binary 1101001 111010 110110 0 101101 110001 111011 101 100000 11111

Color Harmonies of #693A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693A36

Black with #693A36

Text Example


Text Example

White with #693A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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