Html Css Color HEX #952106 Falu Red

📋 copy color: '#952106'

red 149 ◦ green 33 ◦ blue 6

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

Shades of Falu Red #952106

Tints of Falu Red #952106

RGB

 RED value IS 149 (58.59% from 255) = 79.26%

 GREEN value IS 33 (13.28% from 255) = 17.55%

 BLUE value IS 6 (2.73% from 255) = 3.19%

R = 79.26%
G = 17.55%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#952106 (or 0x952106) is known color: Falu Red. HEX triplet: 95, 21 and 06. RGB value is (149,33,6). Sum of RGB (Red+Green+Blue) = 149+33+6=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 6 (2.73% from 255 or 3.19% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #952106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952106 is #6ADEF9. Grayscale: #404040. Windows color (decimal): -7003898 or 401813. OLE color: 401813.

HSL color Cylindrical-coordinate representation of color #952106: hue angle of 11.33º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #952106 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 6 -
CMYK 0 0.78 0.96 0.42
HSL 11.33º 0.92% 0.3% -
HSV(B) 11.33º 0.96% 0.58% -
XYZ 12.97 7.49 0.93 -
YUV 64.61 94.93 188.2 -
System Red Green Blue C M Y K H S L
Decimal 149 33 6 0 0.78 0.96 0.42 11.33 0.92 0.3
Hex 95 21 6 0 4E 60 2A B 5C 1E
Octal 225 41 6 0 116 140 52 13 134 36
Binary 10010101 100001 110 0 1001110 1100000 101010 1011 1011100 11110

Color Harmonies of #952106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952106

Black with #952106

Text Example


Text Example

White with #952106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952106; }

 p { color: rgb(149,33,6); }

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

background-color css

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

 a { background-color: rgb(149,33,6); }

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

border-color css

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

 span { border-color: rgb(149,33,6); }

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