Html Css Color HEX #6B4E3E Spice

📋 copy color: '#6B4E3E'

red 107 ◦ green 78 ◦ blue 62

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

Shades of Spice #6B4E3E

Tints of Spice #6B4E3E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.58%

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

R = 43.32%
G = 31.58%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6B4E3E (or 0x6B4E3E) is known color: Spice. HEX triplet: 6B, 4E and 3E. RGB value is (107,78,62). Sum of RGB (Red+Green+Blue) = 107+78+62=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4E3E is #94B1C1. Grayscale: #545454. Windows color (decimal): -9744834 or 4083307. OLE color: 4083307.

HSL color Cylindrical-coordinate representation of color #6B4E3E: hue angle of 21.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 #6B4E3E is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 78 62 -
CMYK 0 0.27 0.42 0.58
HSL 21.33º 0.27% 0.33% -
HSV(B) 21.33º 0.42% 0.42% -
XYZ 9.66 8.92 5.77 -
YUV 84.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 107 78 62 0 0.27 0.42 0.58 21.33 0.27 0.33
Hex 6B 4E 3E 0 1B 2A 3A 15 1B 21
Octal 153 116 76 0 33 52 72 25 33 41
Binary 1101011 1001110 111110 0 11011 101010 111010 10101 11011 100001

Color Harmonies of #6B4E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4E3E

Black with #6B4E3E

Text Example


Text Example

White with #6B4E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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