Html Css Color HEX #6F4D3B Spice

📋 copy color: '#6F4D3B'

red 111 ◦ green 77 ◦ blue 59

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

Shades of Spice #6F4D3B

Tints of Spice #6F4D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.89%

R = 44.94%
G = 31.17%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#6F4D3B (or 0x6F4D3B) is known color: Spice. HEX triplet: 6F, 4D and 3B. RGB value is (111,77,59). Sum of RGB (Red+Green+Blue) = 111+77+59=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4D3B is #90B2C4. Grayscale: #555555. Windows color (decimal): -9482949 or 3886447. OLE color: 3886447.

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

Color convert

RGB 111 77 59 -
CMYK 0 0.31 0.47 0.56
HSL 20.77º 0.31% 0.33% -
HSV(B) 20.77º 0.47% 0.44% -
XYZ 10 9 5.35 -
YUV 85.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 111 77 59 0 0.31 0.47 0.56 20.77 0.31 0.33
Hex 6F 4D 3B 0 1F 2F 38 15 1F 21
Octal 157 115 73 0 37 57 70 25 37 41
Binary 1101111 1001101 111011 0 11111 101111 111000 10101 11111 100001

Color Harmonies of #6F4D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4D3B

Black with #6F4D3B

Text Example


Text Example

White with #6F4D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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