Html Css Color HEX #6F5343 Spice

📋 copy color: '#6F5343'

red 111 ◦ green 83 ◦ blue 67

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

Shades of Spice #6F5343

Tints of Spice #6F5343

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.8%

 BLUE value IS 67 (26.56% from 255) = 25.67%

R = 42.53%
G = 31.8%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#6F5343 (or 0x6F5343) is known color: Spice. HEX triplet: 6F, 53 and 43. RGB value is (111,83,67). Sum of RGB (Red+Green+Blue) = 111+83+67=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5343 is #90ACBC. Grayscale: #595959. Windows color (decimal): -9481405 or 4412271. OLE color: 4412271.

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

Color convert

RGB 111 83 67 -
CMYK 0 0.25 0.40 0.56
HSL 21.82º 0.25% 0.35% -
HSV(B) 21.82º 0.4% 0.44% -
XYZ 10.66 9.97 6.67 -
YUV 89.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 111 83 67 0 0.25 0.40 0.56 21.82 0.25 0.35
Hex 6F 53 43 0 19 28 38 16 19 23
Octal 157 123 103 0 31 50 70 26 31 43
Binary 1101111 1010011 1000011 0 11001 101000 111000 10110 11001 100011

Color Harmonies of #6F5343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5343

Black with #6F5343

Text Example


Text Example

White with #6F5343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,83,67); }

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

background-color css

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

 a { background-color: rgb(111,83,67); }

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

border-color css

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

 span { border-color: rgb(111,83,67); }

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