Html Css Color HEX #69473D Spice

📋 copy color: '#69473D'

red 105 ◦ green 71 ◦ blue 61

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

Shades of Spice #69473D

Tints of Spice #69473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.96%

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

R = 44.3%
G = 29.96%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#69473D (or 0x69473D) is known color: Spice. HEX triplet: 69, 47 and 3D. RGB value is (105,71,61). Sum of RGB (Red+Green+Blue) = 105+71+61=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #69473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69473D is #96B8C2. Grayscale: #505050. Windows color (decimal): -9877699 or 4015977. OLE color: 4015977.

HSL color Cylindrical-coordinate representation of color #69473D: hue angle of 13.64º 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 #69473D is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 71 61 -
CMYK 0 0.32 0.42 0.59
HSL 13.64º 0.27% 0.33% -
HSV(B) 13.64º 0.42% 0.41% -
XYZ 8.92 7.85 5.46 -
YUV 80.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 105 71 61 0 0.32 0.42 0.59 13.64 0.27 0.33
Hex 69 47 3D 0 20 2A 3B E 1B 21
Octal 151 107 75 0 40 52 73 16 33 41
Binary 1101001 1000111 111101 0 100000 101010 111011 1110 11011 100001

Color Harmonies of #69473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69473D

Black with #69473D

Text Example


Text Example

White with #69473D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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