Html Css Color HEX #693F3D Sanguine Brown

📋 copy color: '#693F3D'

red 105 ◦ green 63 ◦ blue 61

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

Shades of Sanguine Brown #693F3D

Tints of Sanguine Brown #693F3D

RGB

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

 GREEN value IS 63 (25% from 255) = 27.51%

 BLUE value IS 61 (24.22% from 255) = 26.64%

R = 45.85%
G = 27.51%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#693F3D (or 0x693F3D) is known color: Sanguine Brown. HEX triplet: 69, 3F and 3D. RGB value is (105,63,61). Sum of RGB (Red+Green+Blue) = 105+63+61=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #693F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F3D is #96C0C2. Grayscale: #4B4B4B. Windows color (decimal): -9879747 or 4013929. OLE color: 4013929.

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

Color convert

RGB 105 63 61 -
CMYK 0 0.4 0.42 0.59
HSL 2.73º 0.27% 0.33% -
HSV(B) 2.73º 0.42% 0.41% -
XYZ 8.45 6.9 5.3 -
YUV 75.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 105 63 61 0 0.4 0.42 0.59 2.73 0.27 0.33
Hex 69 3F 3D 0 28 2A 3B 3 1B 21
Octal 151 77 75 0 50 52 73 3 33 41
Binary 1101001 111111 111101 0 101000 101010 111011 11 11011 100001

Color Harmonies of #693F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F3D

Black with #693F3D

Text Example


Text Example

White with #693F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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