Html Css Color HEX #751606 Falu Red

📋 copy color: '#751606'

red 117 ◦ green 22 ◦ blue 6

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

Shades of Falu Red #751606

Tints of Falu Red #751606

RGB

 RED value IS 117 (46.09% from 255) = 80.69%

 GREEN value IS 22 (8.98% from 255) = 15.17%

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

R = 80.69%
G = 15.17%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#751606 (or 0x751606) is known color: Falu Red. HEX triplet: 75, 16 and 06. RGB value is (117,22,6). Sum of RGB (Red+Green+Blue) = 117+22+6=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #751606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751606 is #8AE9F9. Grayscale: #303030. Windows color (decimal): -9103866 or 398965. OLE color: 398965.

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

Color convert

RGB 117 22 6 -
CMYK 0 0.81 0.95 0.54
HSL 8.65º 0.9% 0.24% -
HSV(B) 8.65º 0.95% 0.46% -
XYZ 7.66 4.37 0.61 -
YUV 48.58 103.97 176.8 -
System Red Green Blue C M Y K H S L
Decimal 117 22 6 0 0.81 0.95 0.54 8.65 0.9 0.24
Hex 75 16 6 0 51 5F 36 9 5A 18
Octal 165 26 6 0 121 137 66 11 132 30
Binary 1110101 10110 110 0 1010001 1011111 110110 1001 1011010 11000

Color Harmonies of #751606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751606

Black with #751606

Text Example


Text Example

White with #751606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751606; }

 p { color: rgb(117,22,6); }

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

background-color css

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

 a { background-color: rgb(117,22,6); }

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

border-color css

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

 span { border-color: rgb(117,22,6); }

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