Html Css Color HEX #881706 Falu Red

📋 copy color: '#881706'

red 136 ◦ green 23 ◦ blue 6

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

Shades of Falu Red #881706

Tints of Falu Red #881706

RGB

 RED value IS 136 (53.52% from 255) = 82.42%

 GREEN value IS 23 (9.38% from 255) = 13.94%

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

R = 82.42%
G = 13.94%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#881706 (or 0x881706) is known color: Falu Red. HEX triplet: 88, 17 and 06. RGB value is (136,23,6). Sum of RGB (Red+Green+Blue) = 136+23+6=165 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.42% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 136 - color contains mainly: red. Hex color #881706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881706 is #77E8F9. Grayscale: #373737. Windows color (decimal): -7858426 or 399240. OLE color: 399240.

HSL color Cylindrical-coordinate representation of color #881706: hue angle of 7.85º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #881706 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 23 6 -
CMYK 0 0.83 0.96 0.47
HSL 7.85º 0.92% 0.28% -
HSV(B) 7.85º 0.96% 0.53% -
XYZ 10.49 5.86 0.75 -
YUV 54.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 136 23 6 0 0.83 0.96 0.47 7.85 0.92 0.28
Hex 88 17 6 0 53 60 2F 8 5C 1C
Octal 210 27 6 0 123 140 57 10 134 34
Binary 10001000 10111 110 0 1010011 1100000 101111 1000 1011100 11100

Color Harmonies of #881706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881706

Black with #881706

Text Example


Text Example

White with #881706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881706; }

 p { color: rgb(136,23,6); }

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

background-color css

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

 a { background-color: rgb(136,23,6); }

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

border-color css

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

 span { border-color: rgb(136,23,6); }

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