Html Css Color HEX #762106 Falu Red

📋 copy color: '#762106'

red 118 ◦ green 33 ◦ blue 6

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

Shades of Falu Red #762106

Tints of Falu Red #762106

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.02%

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

R = 75.16%
G = 21.02%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#762106 (or 0x762106) is known color: Falu Red. HEX triplet: 76, 21 and 06. RGB value is (118,33,6). Sum of RGB (Red+Green+Blue) = 118+33+6=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #762106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762106 is #89DEF9. Grayscale: #373737. Windows color (decimal): -9035514 or 401782. OLE color: 401782.

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

Color convert

RGB 118 33 6 -
CMYK 0 0.72 0.95 0.54
HSL 14.46º 0.9% 0.24% -
HSV(B) 14.46º 0.95% 0.46% -
XYZ 8.05 4.95 0.7 -
YUV 55.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 118 33 6 0 0.72 0.95 0.54 14.46 0.9 0.24
Hex 76 21 6 0 48 5F 36 E 5A 18
Octal 166 41 6 0 110 137 66 16 132 30
Binary 1110110 100001 110 0 1001000 1011111 110110 1110 1011010 11000

Color Harmonies of #762106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762106

Black with #762106

Text Example


Text Example

White with #762106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762106; }

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

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

background-color css

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

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

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

border-color css

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

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

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