Html Css Color HEX #6B4F3E Spice

📋 copy color: '#6B4F3E'

red 107 ◦ green 79 ◦ blue 62

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

Shades of Spice #6B4F3E

Tints of Spice #6B4F3E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.85%

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

R = 43.15%
G = 31.85%
B = 25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6B4F3E (or 0x6B4F3E) is known color: Spice. HEX triplet: 6B, 4F and 3E. RGB value is (107,79,62). Sum of RGB (Red+Green+Blue) = 107+79+62=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4F3E is #94B0C1. Grayscale: #555555. Windows color (decimal): -9744578 or 4083563. OLE color: 4083563.

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

Color convert

RGB 107 79 62 -
CMYK 0 0.26 0.42 0.58
HSL 22.67º 0.27% 0.33% -
HSV(B) 22.67º 0.42% 0.42% -
XYZ 9.73 9.07 5.79 -
YUV 85.43 114.78 143.38 -
System Red Green Blue C M Y K H S L
Decimal 107 79 62 0 0.26 0.42 0.58 22.67 0.27 0.33
Hex 6B 4F 3E 0 1A 2A 3A 17 1B 21
Octal 153 117 76 0 32 52 72 27 33 41
Binary 1101011 1001111 111110 0 11010 101010 111010 10111 11011 100001

Color Harmonies of #6B4F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4F3E

Black with #6B4F3E

Text Example


Text Example

White with #6B4F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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