Html Css Color HEX #761306 Falu Red

📋 copy color: '#761306'

red 118 ◦ green 19 ◦ blue 6

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

Shades of Falu Red #761306

Tints of Falu Red #761306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.29%

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

R = 82.52%
G = 13.29%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#761306 (or 0x761306) is known color: Falu Red. HEX triplet: 76, 13 and 06. RGB value is (118,19,6). Sum of RGB (Red+Green+Blue) = 118+19+6=143 (18% of max value = 765). Red value is 118 (46.48% from 255 or 82.52% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 118 - color contains mainly: red. Hex color #761306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761306 is #89ECF9. Grayscale: #2F2F2F. Windows color (decimal): -9039098 or 398198. OLE color: 398198.

HSL color Cylindrical-coordinate representation of color #761306: hue angle of 6.96º 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 #761306 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 19 6 -
CMYK 0 0.84 0.95 0.54
HSL 6.96º 0.9% 0.24% -
HSV(B) 6.96º 0.95% 0.46% -
XYZ 7.74 4.33 0.6 -
YUV 47.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 118 19 6 0 0.84 0.95 0.54 6.96 0.9 0.24
Hex 76 13 6 0 54 5F 36 7 5A 18
Octal 166 23 6 0 124 137 66 7 132 30
Binary 1110110 10011 110 0 1010100 1011111 110110 111 1011010 11000

Color Harmonies of #761306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761306

Black with #761306

Text Example


Text Example

White with #761306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761306; }

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

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

background-color css

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

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

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

border-color css

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

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

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