Html Css Color HEX #693D3C Sanguine Brown

📋 copy color: '#693D3C'

red 105 ◦ green 61 ◦ blue 60

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

Shades of Sanguine Brown #693D3C

Tints of Sanguine Brown #693D3C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.99%

 BLUE value IS 60 (23.83% from 255) = 26.55%

R = 46.46%
G = 26.99%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#693D3C (or 0x693D3C) is known color: Sanguine Brown. HEX triplet: 69, 3D and 3C. RGB value is (105,61,60). Sum of RGB (Red+Green+Blue) = 105+61+60=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #693D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D3C is #96C2C3. Grayscale: #4A4A4A. Windows color (decimal): -9880260 or 3947881. OLE color: 3947881.

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

Color convert

RGB 105 61 60 -
CMYK 0 0.42 0.43 0.59
HSL 1.33º 0.27% 0.32% -
HSV(B) 1.33º 0.43% 0.41% -
XYZ 8.31 6.67 5.12 -
YUV 74.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 105 61 60 0 0.42 0.43 0.59 1.33 0.27 0.32
Hex 69 3D 3C 0 2A 2B 3B 1 1B 20
Octal 151 75 74 0 52 53 73 1 33 40
Binary 1101001 111101 111100 0 101010 101011 111011 1 11011 100000

Color Harmonies of #693D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693D3C

Black with #693D3C

Text Example


Text Example

White with #693D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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