Html Css Color HEX #693935 Sanguine Brown

📋 copy color: '#693935'

red 105 ◦ green 57 ◦ blue 53

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

Shades of Sanguine Brown #693935

Tints of Sanguine Brown #693935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.51%

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

R = 48.84%
G = 26.51%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#693935 (or 0x693935) is known color: Sanguine Brown. HEX triplet: 69, 39 and 35. RGB value is (105,57,53). Sum of RGB (Red+Green+Blue) = 105+57+53=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #693935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693935 is #96C6CA. Grayscale: #464646. Windows color (decimal): -9881291 or 3488105. OLE color: 3488105.

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

Color convert

RGB 105 57 53 -
CMYK 0 0.46 0.50 0.59
HSL 4.62º 0.33% 0.31% -
HSV(B) 4.62º 0.5% 0.41% -
XYZ 7.93 6.19 4.14 -
YUV 70.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 105 57 53 0 0.46 0.50 0.59 4.62 0.33 0.31
Hex 69 39 35 0 2E 32 3B 5 21 1F
Octal 151 71 65 0 56 62 73 5 41 37
Binary 1101001 111001 110101 0 101110 110010 111011 101 100001 11111

Color Harmonies of #693935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693935

Black with #693935

Text Example


Text Example

White with #693935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693935; }

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

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

background-color css

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

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

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

border-color css

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

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

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