Html Css Color HEX #862622 Mandarian Orange

📋 copy color: '#862622'

red 134 ◦ green 38 ◦ blue 34

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

Shades of Mandarian Orange #862622

Tints of Mandarian Orange #862622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.5%

R = 65.05%
G = 18.45%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#862622 (or 0x862622) is known color: Mandarian Orange. HEX triplet: 86, 26 and 22. RGB value is (134,38,34). Sum of RGB (Red+Green+Blue) = 134+38+34=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #862622 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862622 is #79D9DD. Grayscale: #424242. Windows color (decimal): -7985630 or 2238086. OLE color: 2238086.

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

Color convert

RGB 134 38 34 -
CMYK 0 0.72 0.75 0.47
HSL 2.4º 0.6% 0.33% -
HSV(B) 2.4º 0.75% 0.53% -
XYZ 10.81 6.57 2.21 -
YUV 66.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 134 38 34 0 0.72 0.75 0.47 2.4 0.6 0.33
Hex 86 26 22 0 48 4B 2F 2 3C 21
Octal 206 46 42 0 110 113 57 2 74 41
Binary 10000110 100110 100010 0 1001000 1001011 101111 10 111100 100001

Color Harmonies of #862622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862622

Black with #862622

Text Example


Text Example

White with #862622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862622; }

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

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

background-color css

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

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

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

border-color css

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

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

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