Html Css Color HEX #6F3A3A Sanguine Brown

📋 copy color: '#6F3A3A'

red 111 ◦ green 58 ◦ blue 58

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

Shades of Sanguine Brown #6F3A3A

Tints of Sanguine Brown #6F3A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.55%

R = 48.9%
G = 25.55%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#6F3A3A (or 0x6F3A3A) is known color: Sanguine Brown. HEX triplet: 6F, 3A and 3A. RGB value is (111,58,58). Sum of RGB (Red+Green+Blue) = 111+58+58=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3A3A is #90C5C5. Grayscale: #494949. Windows color (decimal): -9487814 or 3816047. OLE color: 3816047.

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

Color convert

RGB 111 58 58 -
CMYK 0 0.48 0.48 0.56
HSL 0.31% 0.33% -
HSV(B) 0.48% 0.44% -
XYZ 8.83 6.71 4.83 -
YUV 73.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 111 58 58 0 0.48 0.48 0.56 0 0.31 0.33
Hex 6F 3A 3A 0 30 30 38 0 1F 21
Octal 157 72 72 0 60 60 70 0 37 41
Binary 1101111 111010 111010 0 110000 110000 111000 0 11111 100001

Color Harmonies of #6F3A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3A3A

Black with #6F3A3A

Text Example


Text Example

White with #6F3A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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