Html Css Color HEX #6F5045 Spice

📋 copy color: '#6F5045'

red 111 ◦ green 80 ◦ blue 69

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

Shades of Spice #6F5045

Tints of Spice #6F5045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.77%

 BLUE value IS 69 (27.34% from 255) = 26.54%

R = 42.69%
G = 30.77%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#6F5045 (or 0x6F5045) is known color: Spice. HEX triplet: 6F, 50 and 45. RGB value is (111,80,69). Sum of RGB (Red+Green+Blue) = 111+80+69=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5045 is #90AFBA. Grayscale: #585858. Windows color (decimal): -9482171 or 4542575. OLE color: 4542575.

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

Color convert

RGB 111 80 69 -
CMYK 0 0.28 0.38 0.56
HSL 15.71º 0.23% 0.35% -
HSV(B) 15.71º 0.38% 0.44% -
XYZ 10.5 9.55 6.92 -
YUV 88.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 111 80 69 0 0.28 0.38 0.56 15.71 0.23 0.35
Hex 6F 50 45 0 1C 26 38 10 17 23
Octal 157 120 105 0 34 46 70 20 27 43
Binary 1101111 1010000 1000101 0 11100 100110 111000 10000 10111 100011

Color Harmonies of #6F5045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5045

Black with #6F5045

Text Example


Text Example

White with #6F5045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,80,69); }

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

background-color css

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

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

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

border-color css

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

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

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