Html Css Color HEX #6B5143 Spice

📋 copy color: '#6B5143'

red 107 ◦ green 81 ◦ blue 67

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

Shades of Spice #6B5143

Tints of Spice #6B5143

RGB

 RED value IS 107 (42.19% from 255) = 41.96%

 GREEN value IS 81 (32.03% from 255) = 31.76%

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

R = 41.96%
G = 31.76%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.58

RGB Variations

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

Color information

#6B5143 (or 0x6B5143) is known color: Spice. HEX triplet: 6B, 51 and 43. RGB value is (107,81,67). Sum of RGB (Red+Green+Blue) = 107+81+67=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5143 is #94AEBC. Grayscale: #575757. Windows color (decimal): -9744061 or 4411755. OLE color: 4411755.

HSL color Cylindrical-coordinate representation of color #6B5143: hue angle of 21º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B5143 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 81 67 -
CMYK 0 0.24 0.37 0.58
HSL 21º 0.23% 0.34% -
HSV(B) 21º 0.37% 0.42% -
XYZ 10.02 9.42 6.6 -
YUV 87.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 107 81 67 0 0.24 0.37 0.58 21 0.23 0.34
Hex 6B 51 43 0 18 25 3A 15 17 22
Octal 153 121 103 0 30 45 72 25 27 42
Binary 1101011 1010001 1000011 0 11000 100101 111010 10101 10111 100010

Color Harmonies of #6B5143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5143

Black with #6B5143

Text Example


Text Example

White with #6B5143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,81,67); }

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

background-color css

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

 a { background-color: rgb(107,81,67); }

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

border-color css

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

 span { border-color: rgb(107,81,67); }

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