Html Css Color HEX #962006 Falu Red

📋 copy color: '#962006'

red 150 ◦ green 32 ◦ blue 6

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

Shades of Falu Red #962006

Tints of Falu Red #962006

RGB

 RED value IS 150 (58.98% from 255) = 79.79%

 GREEN value IS 32 (12.89% from 255) = 17.02%

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

R = 79.79%
G = 17.02%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#962006 (or 0x962006) is known color: Falu Red. HEX triplet: 96, 20 and 06. RGB value is (150,32,6). Sum of RGB (Red+Green+Blue) = 150+32+6=188 (24% of max value = 765). Red value is 150 (58.98% from 255 or 79.79% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 6 (2.73% from 255 or 3.19% from 188); Max value from RGB is 150 - color contains mainly: red. Hex color #962006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962006 is #69DFF9. Grayscale: #404040. Windows color (decimal): -6938618 or 401558. OLE color: 401558.

HSL color Cylindrical-coordinate representation of color #962006: hue angle of 10.83º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #962006 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 32 6 -
CMYK 0 0.79 0.96 0.41
HSL 10.83º 0.92% 0.31% -
HSV(B) 10.83º 0.96% 0.59% -
XYZ 13.13 7.53 0.93 -
YUV 64.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 150 32 6 0 0.79 0.96 0.41 10.83 0.92 0.31
Hex 96 20 6 0 4F 60 29 B 5C 1F
Octal 226 40 6 0 117 140 51 13 134 37
Binary 10010110 100000 110 0 1001111 1100000 101001 1011 1011100 11111

Color Harmonies of #962006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962006

Black with #962006

Text Example


Text Example

White with #962006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962006; }

 p { color: rgb(150,32,6); }

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

background-color css

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

 a { background-color: rgb(150,32,6); }

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

border-color css

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

 span { border-color: rgb(150,32,6); }

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