Html Css Color HEX #6B513E Spice

📋 copy color: '#6B513E'

red 107 ◦ green 81 ◦ blue 62

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

Shades of Spice #6B513E

Tints of Spice #6B513E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.8%

R = 42.8%
G = 32.4%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6B513E (or 0x6B513E) is known color: Spice. HEX triplet: 6B, 51 and 3E. RGB value is (107,81,62). Sum of RGB (Red+Green+Blue) = 107+81+62=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 107 - color contains mainly: red. Hex color #6B513E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B513E is #94AEC1. Grayscale: #565656. Windows color (decimal): -9744066 or 4084075. OLE color: 4084075.

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

Color convert

RGB 107 81 62 -
CMYK 0 0.24 0.42 0.58
HSL 25.33º 0.27% 0.33% -
HSV(B) 25.33º 0.42% 0.42% -
XYZ 9.88 9.36 5.84 -
YUV 86.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 107 81 62 0 0.24 0.42 0.58 25.33 0.27 0.33
Hex 6B 51 3E 0 18 2A 3A 19 1B 21
Octal 153 121 76 0 30 52 72 31 33 41
Binary 1101011 1010001 111110 0 11000 101010 111010 11001 11011 100001

Color Harmonies of #6B513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B513E

Black with #6B513E

Text Example


Text Example

White with #6B513E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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