Html Css Color HEX #68403F Sanguine Brown

📋 copy color: '#68403F'

red 104 ◦ green 64 ◦ blue 63

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

Shades of Sanguine Brown #68403F

Tints of Sanguine Brown #68403F

RGB

 RED value IS 104 (41.02% from 255) = 45.02%

 GREEN value IS 64 (25.39% from 255) = 27.71%

 BLUE value IS 63 (25% from 255) = 27.27%

R = 45.02%
G = 27.71%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#68403F (or 0x68403F) is known color: Sanguine Brown. HEX triplet: 68, 40 and 3F. RGB value is (104,64,63). Sum of RGB (Red+Green+Blue) = 104+64+63=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #68403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68403F is #97BFC0. Grayscale: #4B4B4B. Windows color (decimal): -9945025 or 4145256. OLE color: 4145256.

HSL color Cylindrical-coordinate representation of color #68403F: hue angle of 1.46º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68403F is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 64 63 -
CMYK 0 0.38 0.39 0.59
HSL 1.46º 0.25% 0.33% -
HSV(B) 1.46º 0.39% 0.41% -
XYZ 8.44 6.97 5.6 -
YUV 75.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 104 64 63 0 0.38 0.39 0.59 1.46 0.25 0.33
Hex 68 40 3F 0 26 27 3B 1 19 21
Octal 150 100 77 0 46 47 73 1 31 41
Binary 1101000 1000000 111111 0 100110 100111 111011 1 11001 100001

Color Harmonies of #68403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68403F

Black with #68403F

Text Example


Text Example

White with #68403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68403F; }

 p { color: rgb(104,64,63); }

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

background-color css

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

 a { background-color: rgb(104,64,63); }

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

border-color css

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

 span { border-color: rgb(104,64,63); }

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