Html Css Color HEX #862602 Falu Red

📋 copy color: '#862602'

red 134 ◦ green 38 ◦ blue 2

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

Shades of Falu Red #862602

Tints of Falu Red #862602

RGB

 RED value IS 134 (52.73% from 255) = 77.01%

 GREEN value IS 38 (15.23% from 255) = 21.84%

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

R = 77.01%
G = 21.84%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#862602 (or 0x862602) is known color: Falu Red. HEX triplet: 86, 26 and 02. RGB value is (134,38,2). Sum of RGB (Red+Green+Blue) = 134+38+2=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #862602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862602 is #79D9FD. Grayscale: #3E3E3E. Windows color (decimal): -7985662 or 140934. OLE color: 140934.

HSL color Cylindrical-coordinate representation of color #862602: hue angle of 16.36º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #862602 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 38 2 -
CMYK 0 0.72 0.99 0.47
HSL 16.36º 0.97% 0.27% -
HSV(B) 16.36º 0.99% 0.53% -
XYZ 10.54 6.46 0.75 -
YUV 62.6 93.8 178.93 -
System Red Green Blue C M Y K H S L
Decimal 134 38 2 0 0.72 0.99 0.47 16.36 0.97 0.27
Hex 86 26 2 0 48 63 2F 10 61 1B
Octal 206 46 2 0 110 143 57 20 141 33
Binary 10000110 100110 10 0 1001000 1100011 101111 10000 1100001 11011

Color Harmonies of #862602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862602

Black with #862602

Text Example


Text Example

White with #862602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862602; }

 p { color: rgb(134,38,2); }

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

background-color css

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

 a { background-color: rgb(134,38,2); }

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

border-color css

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

 span { border-color: rgb(134,38,2); }

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