Html Css Color HEX #693635 Sanguine Brown

📋 copy color: '#693635'

red 105 ◦ green 54 ◦ blue 53

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

Shades of Sanguine Brown #693635

Tints of Sanguine Brown #693635

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.47%

 BLUE value IS 53 (21.09% from 255) = 25%

R = 49.53%
G = 25.47%
B = 25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#693635 (or 0x693635) is known color: Sanguine Brown. HEX triplet: 69, 36 and 35. RGB value is (105,54,53). Sum of RGB (Red+Green+Blue) = 105+54+53=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #693635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693635 is #96C9CA. Grayscale: #454545. Windows color (decimal): -9882059 or 3487337. OLE color: 3487337.

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

Color convert

RGB 105 54 53 -
CMYK 0 0.49 0.50 0.59
HSL 1.15º 0.33% 0.31% -
HSV(B) 1.15º 0.5% 0.41% -
XYZ 7.79 5.9 4.1 -
YUV 69.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 105 54 53 0 0.49 0.50 0.59 1.15 0.33 0.31
Hex 69 36 35 0 31 32 3B 1 21 1F
Octal 151 66 65 0 61 62 73 1 41 37
Binary 1101001 110110 110101 0 110001 110010 111011 1 100001 11111

Color Harmonies of #693635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693635

Black with #693635

Text Example


Text Example

White with #693635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693635; }

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

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

background-color css

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

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

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

border-color css

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

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

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