Html Css Color HEX #6B1802 Falu Red

📋 copy color: '#6B1802'

red 107 ◦ green 24 ◦ blue 2

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

Shades of Falu Red #6B1802

Tints of Falu Red #6B1802

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.05%

 BLUE value IS 2 (1.17% from 255) = 1.5%

R = 80.45%
G = 18.05%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#6B1802 (or 0x6B1802) is known color: Falu Red. HEX triplet: 6B, 18 and 02. RGB value is (107,24,2). Sum of RGB (Red+Green+Blue) = 107+24+2=133 (17% of max value = 765). Red value is 107 (42.19% from 255 or 80.45% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1802 is #94E7FD. Grayscale: #2E2E2E. Windows color (decimal): -9758718 or 137323. OLE color: 137323.

HSL color Cylindrical-coordinate representation of color #6B1802: hue angle of 12.57º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B1802 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 24 2 -
CMYK 0 0.78 0.98 0.58
HSL 12.57º 0.96% 0.21% -
HSV(B) 12.57º 0.98% 0.42% -
XYZ 6.4 3.78 0.45 -
YUV 46.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 107 24 2 0 0.78 0.98 0.58 12.57 0.96 0.21
Hex 6B 18 2 0 4E 62 3A D 60 15
Octal 153 30 2 0 116 142 72 15 140 25
Binary 1101011 11000 10 0 1001110 1100010 111010 1101 1100000 10101

Color Harmonies of #6B1802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1802

Black with #6B1802

Text Example


Text Example

White with #6B1802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,24,2); }

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

background-color css

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

 a { background-color: rgb(107,24,2); }

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

border-color css

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

 span { border-color: rgb(107,24,2); }

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