Html Css Color HEX #951C06 Falu Red

📋 copy color: '#951C06'

red 149 ◦ green 28 ◦ blue 6

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

Shades of Falu Red #951C06

Tints of Falu Red #951C06

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.3%

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

R = 81.42%
G = 15.3%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#951C06 (or 0x951C06) is known color: Falu Red. HEX triplet: 95, 1C and 06. RGB value is (149,28,6). Sum of RGB (Red+Green+Blue) = 149+28+6=183 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.42% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 149 - color contains mainly: red. Hex color #951C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951C06 is #6AE3F9. Grayscale: #3D3D3D. Windows color (decimal): -7005178 or 400533. OLE color: 400533.

HSL color Cylindrical-coordinate representation of color #951C06: hue angle of 9.23º 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 #951C06 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 28 6 -
CMYK 0 0.81 0.96 0.42
HSL 9.23º 0.92% 0.3% -
HSV(B) 9.23º 0.96% 0.58% -
XYZ 12.84 7.23 0.89 -
YUV 61.67 96.59 190.29 -
System Red Green Blue C M Y K H S L
Decimal 149 28 6 0 0.81 0.96 0.42 9.23 0.92 0.3
Hex 95 1C 6 0 51 60 2A 9 5C 1E
Octal 225 34 6 0 121 140 52 11 134 36
Binary 10010101 11100 110 0 1010001 1100000 101010 1001 1011100 11110

Color Harmonies of #951C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C06

Black with #951C06

Text Example


Text Example

White with #951C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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