Html Css Color HEX #693E3D Sanguine Brown

📋 copy color: '#693E3D'

red 105 ◦ green 62 ◦ blue 61

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

Shades of Sanguine Brown #693E3D

Tints of Sanguine Brown #693E3D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.19%

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

R = 46.05%
G = 27.19%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#693E3D (or 0x693E3D) is known color: Sanguine Brown. HEX triplet: 69, 3E and 3D. RGB value is (105,62,61). Sum of RGB (Red+Green+Blue) = 105+62+61=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #693E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693E3D is #96C1C2. Grayscale: #4A4A4A. Windows color (decimal): -9880003 or 4013673. OLE color: 4013673.

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

Color convert

RGB 105 62 61 -
CMYK 0 0.41 0.42 0.59
HSL 1.36º 0.27% 0.33% -
HSV(B) 1.36º 0.42% 0.41% -
XYZ 8.39 6.79 5.28 -
YUV 74.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 105 62 61 0 0.41 0.42 0.59 1.36 0.27 0.33
Hex 69 3E 3D 0 29 2A 3B 1 1B 21
Octal 151 76 75 0 51 52 73 1 33 41
Binary 1101001 111110 111101 0 101001 101010 111011 1 11011 100001

Color Harmonies of #693E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693E3D

Black with #693E3D

Text Example


Text Example

White with #693E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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