Html Css Color HEX #693C3A Sanguine Brown

📋 copy color: '#693C3A'

red 105 ◦ green 60 ◦ blue 58

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

Shades of Sanguine Brown #693C3A

Tints of Sanguine Brown #693C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.01%

R = 47.09%
G = 26.91%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#693C3A (or 0x693C3A) is known color: Sanguine Brown. HEX triplet: 69, 3C and 3A. RGB value is (105,60,58). Sum of RGB (Red+Green+Blue) = 105+60+58=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #693C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C3A is #96C3C5. Grayscale: #494949. Windows color (decimal): -9880518 or 3816553. OLE color: 3816553.

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

Color convert

RGB 105 60 58 -
CMYK 0 0.43 0.45 0.59
HSL 2.55º 0.29% 0.32% -
HSV(B) 2.55º 0.45% 0.41% -
XYZ 8.21 6.54 4.83 -
YUV 73.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 105 60 58 0 0.43 0.45 0.59 2.55 0.29 0.32
Hex 69 3C 3A 0 2B 2D 3B 3 1D 20
Octal 151 74 72 0 53 55 73 3 35 40
Binary 1101001 111100 111010 0 101011 101101 111011 11 11101 100000

Color Harmonies of #693C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C3A

Black with #693C3A

Text Example


Text Example

White with #693C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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