Html Css Color HEX #693A38 Sanguine Brown

📋 copy color: '#693A38'

red 105 ◦ green 58 ◦ blue 56

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

Shades of Sanguine Brown #693A38

Tints of Sanguine Brown #693A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.57%

R = 47.95%
G = 26.48%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#693A38 (or 0x693A38) is known color: Sanguine Brown. HEX triplet: 69, 3A and 38. RGB value is (105,58,56). Sum of RGB (Red+Green+Blue) = 105+58+56=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #693A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A38 is #96C5C7. Grayscale: #474747. Windows color (decimal): -9881032 or 3684969. OLE color: 3684969.

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

Color convert

RGB 105 58 56 -
CMYK 0 0.45 0.47 0.59
HSL 2.45º 0.3% 0.32% -
HSV(B) 2.45º 0.47% 0.41% -
XYZ 8.05 6.31 4.54 -
YUV 71.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 105 58 56 0 0.45 0.47 0.59 2.45 0.3 0.32
Hex 69 3A 38 0 2D 2F 3B 2 1E 20
Octal 151 72 70 0 55 57 73 2 36 40
Binary 1101001 111010 111000 0 101101 101111 111011 10 11110 100000

Color Harmonies of #693A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693A38

Black with #693A38

Text Example


Text Example

White with #693A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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