Html Css Color HEX #6F4D3C Spice

📋 copy color: '#6F4D3C'

red 111 ◦ green 77 ◦ blue 60

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

Shades of Spice #6F4D3C

Tints of Spice #6F4D3C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.05%

 BLUE value IS 60 (23.83% from 255) = 24.19%

R = 44.76%
G = 31.05%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#6F4D3C (or 0x6F4D3C) is known color: Spice. HEX triplet: 6F, 4D and 3C. RGB value is (111,77,60). Sum of RGB (Red+Green+Blue) = 111+77+60=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4D3C is #90B2C3. Grayscale: #555555. Windows color (decimal): -9482948 or 3951983. OLE color: 3951983.

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

Color convert

RGB 111 77 60 -
CMYK 0 0.31 0.46 0.56
HSL 20º 0.3% 0.34% -
HSV(B) 20º 0.46% 0.44% -
XYZ 10.03 9.01 5.49 -
YUV 85.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 111 77 60 0 0.31 0.46 0.56 20 0.3 0.34
Hex 6F 4D 3C 0 1F 2E 38 14 1E 22
Octal 157 115 74 0 37 56 70 24 36 42
Binary 1101111 1001101 111100 0 11111 101110 111000 10100 11110 100010

Color Harmonies of #6F4D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4D3C

Black with #6F4D3C

Text Example


Text Example

White with #6F4D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,77,60); }

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

background-color css

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

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

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

border-color css

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

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

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