Html Css Color HEX #663938 Sanguine Brown

📋 copy color: '#663938'

red 102 ◦ green 57 ◦ blue 56

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

Shades of Sanguine Brown #663938

Tints of Sanguine Brown #663938

RGB

 RED value IS 102 (40.23% from 255) = 47.44%

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

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

R = 47.44%
G = 26.51%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#663938 (or 0x663938) is known color: Sanguine Brown. HEX triplet: 66, 39 and 38. RGB value is (102,57,56). Sum of RGB (Red+Green+Blue) = 102+57+56=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #663938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663938 is #99C6C7. Grayscale: #464646. Windows color (decimal): -10077896 or 3684710. OLE color: 3684710.

HSL color Cylindrical-coordinate representation of color #663938: hue angle of 1.3º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #663938 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 57 56 -
CMYK 0 0.44 0.45 0.6
HSL 1.3º 0.29% 0.31% -
HSV(B) 1.3º 0.45% 0.4% -
XYZ 7.66 6.04 4.5 -
YUV 70.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 102 57 56 0 0.44 0.45 0.6 1.3 0.29 0.31
Hex 66 39 38 0 2C 2D 3C 1 1D 1F
Octal 146 71 70 0 54 55 74 1 35 37
Binary 1100110 111001 111000 0 101100 101101 111100 1 11101 11111

Color Harmonies of #663938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663938

Black with #663938

Text Example


Text Example

White with #663938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663938; }

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

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

background-color css

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

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

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

border-color css

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

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

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