Html Css Color HEX #6F4C3C Spice

📋 copy color: '#6F4C3C'

red 111 ◦ green 76 ◦ blue 60

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

Shades of Spice #6F4C3C

Tints of Spice #6F4C3C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.77%

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

R = 44.94%
G = 30.77%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#6F4C3C (or 0x6F4C3C) is known color: Spice. HEX triplet: 6F, 4C and 3C. RGB value is (111,76,60). Sum of RGB (Red+Green+Blue) = 111+76+60=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4C3C is #90B3C3. Grayscale: #545454. Windows color (decimal): -9483204 or 3951727. OLE color: 3951727.

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

Color convert

RGB 111 76 60 -
CMYK 0 0.32 0.46 0.56
HSL 18.82º 0.3% 0.34% -
HSV(B) 18.82º 0.46% 0.44% -
XYZ 9.96 8.87 5.46 -
YUV 84.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 111 76 60 0 0.32 0.46 0.56 18.82 0.3 0.34
Hex 6F 4C 3C 0 20 2E 38 13 1E 22
Octal 157 114 74 0 40 56 70 23 36 42
Binary 1101111 1001100 111100 0 100000 101110 111000 10011 11110 100010

Color Harmonies of #6F4C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4C3C

Black with #6F4C3C

Text Example


Text Example

White with #6F4C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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