Html Css Color HEX #6F3A39 Sanguine Brown

📋 copy color: '#6F3A39'

red 111 ◦ green 58 ◦ blue 57

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

Shades of Sanguine Brown #6F3A39

Tints of Sanguine Brown #6F3A39

RGB

 RED value IS 111 (43.75% from 255) = 49.12%

 GREEN value IS 58 (23.05% from 255) = 25.66%

 BLUE value IS 57 (22.66% from 255) = 25.22%

R = 49.12%
G = 25.66%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#6F3A39 (or 0x6F3A39) is known color: Sanguine Brown. HEX triplet: 6F, 3A and 39. RGB value is (111,58,57). Sum of RGB (Red+Green+Blue) = 111+58+57=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3A39 is #90C5C6. Grayscale: #494949. Windows color (decimal): -9487815 or 3750511. OLE color: 3750511.

HSL color Cylindrical-coordinate representation of color #6F3A39: hue angle of 1.11º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F3A39 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 58 57 -
CMYK 0 0.48 0.49 0.56
HSL 1.11º 0.32% 0.33% -
HSV(B) 1.11º 0.49% 0.44% -
XYZ 8.81 6.7 4.7 -
YUV 73.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 111 58 57 0 0.48 0.49 0.56 1.11 0.32 0.33
Hex 6F 3A 39 0 30 31 38 1 20 21
Octal 157 72 71 0 60 61 70 1 40 41
Binary 1101111 111010 111001 0 110000 110001 111000 1 100000 100001

Color Harmonies of #6F3A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3A39

Black with #6F3A39

Text Example


Text Example

White with #6F3A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F3A39; }

 p { color: rgb(111,58,57); }

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

background-color css

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

 a { background-color: rgb(111,58,57); }

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

border-color css

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

 span { border-color: rgb(111,58,57); }

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