Html Css Color HEX #693C38 Sanguine Brown

📋 copy color: '#693C38'

red 105 ◦ green 60 ◦ blue 56

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

Shades of Sanguine Brown #693C38

Tints of Sanguine Brown #693C38

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.15%

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

R = 47.51%
G = 27.15%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#693C38 (or 0x693C38) is known color: Sanguine Brown. HEX triplet: 69, 3C and 38. RGB value is (105,60,56). Sum of RGB (Red+Green+Blue) = 105+60+56=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #693C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C38 is #96C3C7. Grayscale: #494949. Windows color (decimal): -9880520 or 3685481. OLE color: 3685481.

HSL color Cylindrical-coordinate representation of color #693C38: hue angle of 4.9º 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 #693C38 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 60 56 -
CMYK 0 0.43 0.47 0.59
HSL 4.9º 0.3% 0.32% -
HSV(B) 4.9º 0.47% 0.41% -
XYZ 8.16 6.52 4.57 -
YUV 73 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 105 60 56 0 0.43 0.47 0.59 4.9 0.3 0.32
Hex 69 3C 38 0 2B 2F 3B 5 1E 20
Octal 151 74 70 0 53 57 73 5 36 40
Binary 1101001 111100 111000 0 101011 101111 111011 101 11110 100000

Color Harmonies of #693C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C38

Black with #693C38

Text Example


Text Example

White with #693C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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