Html Css Color HEX #69493B Spice

📋 copy color: '#69493B'

red 105 ◦ green 73 ◦ blue 59

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

Shades of Spice #69493B

Tints of Spice #69493B

RGB

 RED value IS 105 (41.41% from 255) = 44.3%

 GREEN value IS 73 (28.91% from 255) = 30.8%

 BLUE value IS 59 (23.44% from 255) = 24.89%

R = 44.3%
G = 30.8%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#69493B (or 0x69493B) is known color: Spice. HEX triplet: 69, 49 and 3B. RGB value is (105,73,59). Sum of RGB (Red+Green+Blue) = 105+73+59=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #69493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69493B is #96B6C4. Grayscale: #515151. Windows color (decimal): -9877189 or 3885417. OLE color: 3885417.

HSL color Cylindrical-coordinate representation of color #69493B: hue angle of 18.26º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69493B is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 73 59 -
CMYK 0 0.30 0.44 0.59
HSL 18.26º 0.28% 0.32% -
HSV(B) 18.26º 0.44% 0.41% -
XYZ 9 8.08 5.22 -
YUV 80.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 105 73 59 0 0.30 0.44 0.59 18.26 0.28 0.32
Hex 69 49 3B 0 1E 2C 3B 12 1C 20
Octal 151 111 73 0 36 54 73 22 34 40
Binary 1101001 1001001 111011 0 11110 101100 111011 10010 11100 100000

Color Harmonies of #69493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69493B

Black with #69493B

Text Example


Text Example

White with #69493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69493B; }

 p { color: rgb(105,73,59); }

 H1.HeaderClassName
 {
   color: #69493B;
 }
 .AnyTagClassName
 {
   color: #69493B;
 }
</style>

background-color css

<style>
 a { background-color: #69493B; }

 a { background-color: rgb(105,73,59); }

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

border-color css

<style>
 span { border-color: #69493B; }

 span { border-color: rgb(105,73,59); }

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