Html Css Color HEX #69493D Spice

📋 copy color: '#69493D'

red 105 ◦ green 73 ◦ blue 61

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

Shades of Spice #69493D

Tints of Spice #69493D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.52%

R = 43.93%
G = 30.54%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#69493D (or 0x69493D) is known color: Spice. HEX triplet: 69, 49 and 3D. RGB value is (105,73,61). Sum of RGB (Red+Green+Blue) = 105+73+61=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #69493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69493D is #96B6C2. Grayscale: #515151. Windows color (decimal): -9877187 or 4016489. OLE color: 4016489.

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

Color convert

RGB 105 73 61 -
CMYK 0 0.30 0.42 0.59
HSL 16.36º 0.27% 0.33% -
HSV(B) 16.36º 0.42% 0.41% -
XYZ 9.05 8.11 5.5 -
YUV 81.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 105 73 61 0 0.30 0.42 0.59 16.36 0.27 0.33
Hex 69 49 3D 0 1E 2A 3B 10 1B 21
Octal 151 111 75 0 36 52 73 20 33 41
Binary 1101001 1001001 111101 0 11110 101010 111011 10000 11011 100001

Color Harmonies of #69493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69493D

Black with #69493D

Text Example


Text Example

White with #69493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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