Html Css Color HEX #6B4A3E Spice

📋 copy color: '#6B4A3E'

red 107 ◦ green 74 ◦ blue 62

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

Shades of Spice #6B4A3E

Tints of Spice #6B4A3E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.45%

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

R = 44.03%
G = 30.45%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6B4A3E (or 0x6B4A3E) is known color: Spice. HEX triplet: 6B, 4A and 3E. RGB value is (107,74,62). Sum of RGB (Red+Green+Blue) = 107+74+62=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4A3E is #94B5C1. Grayscale: #525252. Windows color (decimal): -9745858 or 4082283. OLE color: 4082283.

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

Color convert

RGB 107 74 62 -
CMYK 0 0.31 0.42 0.58
HSL 16º 0.27% 0.33% -
HSV(B) 16º 0.42% 0.42% -
XYZ 9.38 8.37 5.68 -
YUV 82.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 107 74 62 0 0.31 0.42 0.58 16 0.27 0.33
Hex 6B 4A 3E 0 1F 2A 3A 10 1B 21
Octal 153 112 76 0 37 52 72 20 33 41
Binary 1101011 1001010 111110 0 11111 101010 111010 10000 11011 100001

Color Harmonies of #6B4A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4A3E

Black with #6B4A3E

Text Example


Text Example

White with #6B4A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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