Html Css Color HEX #6F3636 Sanguine Brown

📋 copy color: '#6F3636'

red 111 ◦ green 54 ◦ blue 54

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

Shades of Sanguine Brown #6F3636

Tints of Sanguine Brown #6F3636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.66%

 BLUE value IS 54 (21.48% from 255) = 24.66%

R = 50.68%
G = 24.66%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#6F3636 (or 0x6F3636) is known color: Sanguine Brown. HEX triplet: 6F, 36 and 36. RGB value is (111,54,54). Sum of RGB (Red+Green+Blue) = 111+54+54=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3636 is #90C9C9. Grayscale: #474747. Windows color (decimal): -9488842 or 3552879. OLE color: 3552879.

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

Color convert

RGB 111 54 54 -
CMYK 0 0.51 0.51 0.56
HSL 0.35% 0.32% -
HSV(B) 0.51% 0.44% -
XYZ 8.54 6.28 4.25 -
YUV 71.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 111 54 54 0 0.51 0.51 0.56 0 0.35 0.32
Hex 6F 36 36 0 33 33 38 0 23 20
Octal 157 66 66 0 63 63 70 0 43 40
Binary 1101111 110110 110110 0 110011 110011 111000 0 100011 100000

Color Harmonies of #6F3636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3636

Black with #6F3636

Text Example


Text Example

White with #6F3636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,54,54); }

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

background-color css

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

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

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

border-color css

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

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

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