Html Css Color HEX #6B1703 Falu Red

📋 copy color: '#6B1703'

red 107 ◦ green 23 ◦ blue 3

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

Shades of Falu Red #6B1703

Tints of Falu Red #6B1703

RGB

 RED value IS 107 (42.19% from 255) = 80.45%

 GREEN value IS 23 (9.38% from 255) = 17.29%

 BLUE value IS 3 (1.56% from 255) = 2.26%

R = 80.45%
G = 17.29%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#6B1703 (or 0x6B1703) is known color: Falu Red. HEX triplet: 6B, 17 and 03. RGB value is (107,23,3). Sum of RGB (Red+Green+Blue) = 107+23+3=133 (17% of max value = 765). Red value is 107 (42.19% from 255 or 80.45% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1703 is #94E8FC. Grayscale: #2E2E2E. Windows color (decimal): -9758973 or 202603. OLE color: 202603.

HSL color Cylindrical-coordinate representation of color #6B1703: hue angle of 11.54º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B1703 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 23 3 -
CMYK 0 0.79 0.97 0.58
HSL 11.54º 0.95% 0.22% -
HSV(B) 11.54º 0.97% 0.42% -
XYZ 6.39 3.75 0.47 -
YUV 45.84 103.83 171.63 -
System Red Green Blue C M Y K H S L
Decimal 107 23 3 0 0.79 0.97 0.58 11.54 0.95 0.22
Hex 6B 17 3 0 4F 61 3A C 5F 16
Octal 153 27 3 0 117 141 72 14 137 26
Binary 1101011 10111 11 0 1001111 1100001 111010 1100 1011111 10110

Color Harmonies of #6B1703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1703

Black with #6B1703

Text Example


Text Example

White with #6B1703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B1703; }

 p { color: rgb(107,23,3); }

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

background-color css

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

 a { background-color: rgb(107,23,3); }

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

border-color css

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

 span { border-color: rgb(107,23,3); }

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