Html Css Color HEX #69413E Sanguine Brown

📋 copy color: '#69413E'

red 105 ◦ green 65 ◦ blue 62

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

Shades of Sanguine Brown #69413E

Tints of Sanguine Brown #69413E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.02%

 BLUE value IS 62 (24.61% from 255) = 26.72%

R = 45.26%
G = 28.02%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#69413E (or 0x69413E) is known color: Sanguine Brown. HEX triplet: 69, 41 and 3E. RGB value is (105,65,62). Sum of RGB (Red+Green+Blue) = 105+65+62=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #69413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69413E is #96BEC1. Grayscale: #4C4C4C. Windows color (decimal): -9879234 or 4079977. OLE color: 4079977.

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

Color convert

RGB 105 65 62 -
CMYK 0 0.38 0.41 0.59
HSL 4.19º 0.26% 0.33% -
HSV(B) 4.19º 0.41% 0.41% -
XYZ 8.59 7.13 5.48 -
YUV 76.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 105 65 62 0 0.38 0.41 0.59 4.19 0.26 0.33
Hex 69 41 3E 0 26 29 3B 4 1A 21
Octal 151 101 76 0 46 51 73 4 32 41
Binary 1101001 1000001 111110 0 100110 101001 111011 100 11010 100001

Color Harmonies of #69413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69413E

Black with #69413E

Text Example


Text Example

White with #69413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69413E; }

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

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

background-color css

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

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

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

border-color css

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

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

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