Html Css Color HEX #882706 Falu Red

📋 copy color: '#882706'

red 136 ◦ green 39 ◦ blue 6

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

Shades of Falu Red #882706

Tints of Falu Red #882706

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.55%

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

R = 75.14%
G = 21.55%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#882706 (or 0x882706) is known color: Falu Red. HEX triplet: 88, 27 and 06. RGB value is (136,39,6). Sum of RGB (Red+Green+Blue) = 136+39+6=181 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.14% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 136 - color contains mainly: red. Hex color #882706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882706 is #77D8F9. Grayscale: #404040. Windows color (decimal): -7854330 or 403336. OLE color: 403336.

HSL color Cylindrical-coordinate representation of color #882706: hue angle of 15.23º 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 #882706 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 39 6 -
CMYK 0 0.71 0.96 0.47
HSL 15.23º 0.92% 0.28% -
HSV(B) 15.23º 0.96% 0.53% -
XYZ 10.91 6.7 0.89 -
YUV 64.24 95.14 179.18 -
System Red Green Blue C M Y K H S L
Decimal 136 39 6 0 0.71 0.96 0.47 15.23 0.92 0.28
Hex 88 27 6 0 47 60 2F F 5C 1C
Octal 210 47 6 0 107 140 57 17 134 34
Binary 10001000 100111 110 0 1000111 1100000 101111 1111 1011100 11100

Color Harmonies of #882706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882706

Black with #882706

Text Example


Text Example

White with #882706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882706; }

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

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

background-color css

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

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

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

border-color css

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

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

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