Html Css Color HEX #761A06 Falu Red

📋 copy color: '#761A06'

red 118 ◦ green 26 ◦ blue 6

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

Shades of Falu Red #761A06

Tints of Falu Red #761A06

RGB

 RED value IS 118 (46.48% from 255) = 78.67%

 GREEN value IS 26 (10.55% from 255) = 17.33%

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

R = 78.67%
G = 17.33%
B = 4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#761A06 (or 0x761A06) is known color: Falu Red. HEX triplet: 76, 1A and 06. RGB value is (118,26,6). Sum of RGB (Red+Green+Blue) = 118+26+6=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #761A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761A06 is #89E5F9. Grayscale: #333333. Windows color (decimal): -9037306 or 399990. OLE color: 399990.

HSL color Cylindrical-coordinate representation of color #761A06: hue angle of 10.71º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #761A06 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 26 6 -
CMYK 0 0.78 0.95 0.54
HSL 10.71º 0.9% 0.24% -
HSV(B) 10.71º 0.95% 0.46% -
XYZ 7.87 4.6 0.65 -
YUV 51.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 118 26 6 0 0.78 0.95 0.54 10.71 0.9 0.24
Hex 76 1A 6 0 4E 5F 36 B 5A 18
Octal 166 32 6 0 116 137 66 13 132 30
Binary 1110110 11010 110 0 1001110 1011111 110110 1011 1011010 11000

Color Harmonies of #761A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A06

Black with #761A06

Text Example


Text Example

White with #761A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761A06; }

 p { color: rgb(118,26,6); }

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

background-color css

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

 a { background-color: rgb(118,26,6); }

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

border-color css

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

 span { border-color: rgb(118,26,6); }

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