Html Css Color HEX #6F493A Spice

📋 copy color: '#6F493A'

red 111 ◦ green 73 ◦ blue 58

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

Shades of Spice #6F493A

Tints of Spice #6F493A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

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

R = 45.87%
G = 30.17%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#6F493A (or 0x6F493A) is known color: Spice. HEX triplet: 6F, 49 and 3A. RGB value is (111,73,58). Sum of RGB (Red+Green+Blue) = 111+73+58=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F493A is #90B6C5. Grayscale: #525252. Windows color (decimal): -9483974 or 3819887. OLE color: 3819887.

HSL color Cylindrical-coordinate representation of color #6F493A: hue angle of 16.98º 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 #6F493A is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 73 58 -
CMYK 0 0.34 0.48 0.56
HSL 16.98º 0.31% 0.33% -
HSV(B) 16.98º 0.48% 0.44% -
XYZ 9.7 8.45 5.12 -
YUV 82.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 111 73 58 0 0.34 0.48 0.56 16.98 0.31 0.33
Hex 6F 49 3A 0 22 30 38 11 1F 21
Octal 157 111 72 0 42 60 70 21 37 41
Binary 1101111 1001001 111010 0 100010 110000 111000 10001 11111 100001

Color Harmonies of #6F493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F493A

Black with #6F493A

Text Example


Text Example

White with #6F493A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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