Html Css Color HEX #693735 Sanguine Brown

📋 copy color: '#693735'

red 105 ◦ green 55 ◦ blue 53

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

Shades of Sanguine Brown #693735

Tints of Sanguine Brown #693735

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.82%

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

R = 49.3%
G = 25.82%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#693735 (or 0x693735) is known color: Sanguine Brown. HEX triplet: 69, 37 and 35. RGB value is (105,55,53). Sum of RGB (Red+Green+Blue) = 105+55+53=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #693735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693735 is #96C8CA. Grayscale: #454545. Windows color (decimal): -9881803 or 3487593. OLE color: 3487593.

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

Color convert

RGB 105 55 53 -
CMYK 0 0.48 0.50 0.59
HSL 2.31º 0.33% 0.31% -
HSV(B) 2.31º 0.5% 0.41% -
XYZ 7.83 5.99 4.11 -
YUV 69.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 105 55 53 0 0.48 0.50 0.59 2.31 0.33 0.31
Hex 69 37 35 0 30 32 3B 2 21 1F
Octal 151 67 65 0 60 62 73 2 41 37
Binary 1101001 110111 110101 0 110000 110010 111011 10 100001 11111

Color Harmonies of #693735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693735

Black with #693735

Text Example


Text Example

White with #693735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693735; }

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

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

background-color css

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

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

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

border-color css

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

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

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