Html Css Color HEX #6B503F Spice

📋 copy color: '#6B503F'

red 107 ◦ green 80 ◦ blue 63

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

Shades of Spice #6B503F

Tints of Spice #6B503F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32%

 BLUE value IS 63 (25% from 255) = 25.2%

R = 42.8%
G = 32%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#6B503F (or 0x6B503F) is known color: Spice. HEX triplet: 6B, 50 and 3F. RGB value is (107,80,63). Sum of RGB (Red+Green+Blue) = 107+80+63=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 107 - color contains mainly: red. Hex color #6B503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B503F is #94AFC0. Grayscale: #565656. Windows color (decimal): -9744321 or 4149355. OLE color: 4149355.

HSL color Cylindrical-coordinate representation of color #6B503F: hue angle of 23.18º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B503F is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 80 63 -
CMYK 0 0.25 0.41 0.58
HSL 23.18º 0.26% 0.33% -
HSV(B) 23.18º 0.41% 0.42% -
XYZ 9.83 9.22 5.96 -
YUV 86.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 107 80 63 0 0.25 0.41 0.58 23.18 0.26 0.33
Hex 6B 50 3F 0 19 29 3A 17 1A 21
Octal 153 120 77 0 31 51 72 27 32 41
Binary 1101011 1010000 111111 0 11001 101001 111010 10111 11010 100001

Color Harmonies of #6B503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B503F

Black with #6B503F

Text Example


Text Example

White with #6B503F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,80,63); }

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

background-color css

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

 a { background-color: rgb(107,80,63); }

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

border-color css

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

 span { border-color: rgb(107,80,63); }

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