Html Css Color HEX #693938 Sanguine Brown

📋 copy color: '#693938'

red 105 ◦ green 57 ◦ blue 56

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

Shades of Sanguine Brown #693938

Tints of Sanguine Brown #693938

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.15%

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

R = 48.17%
G = 26.15%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#693938 (or 0x693938) is known color: Sanguine Brown. HEX triplet: 69, 39 and 38. RGB value is (105,57,56). Sum of RGB (Red+Green+Blue) = 105+57+56=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #693938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693938 is #96C6C7. Grayscale: #474747. Windows color (decimal): -9881288 or 3684713. OLE color: 3684713.

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

Color convert

RGB 105 57 56 -
CMYK 0 0.46 0.47 0.59
HSL 1.22º 0.3% 0.32% -
HSV(B) 1.22º 0.47% 0.41% -
XYZ 8 6.22 4.52 -
YUV 71.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 105 57 56 0 0.46 0.47 0.59 1.22 0.3 0.32
Hex 69 39 38 0 2E 2F 3B 1 1E 20
Octal 151 71 70 0 56 57 73 1 36 40
Binary 1101001 111001 111000 0 101110 101111 111011 1 11110 100000

Color Harmonies of #693938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693938

Black with #693938

Text Example


Text Example

White with #693938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693938; }

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

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

background-color css

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

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

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

border-color css

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

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

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