Html Css Color HEX #863E3C Tall Poppy

📋 copy color: '#863E3C'

red 134 ◦ green 62 ◦ blue 60

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

Shades of Tall Poppy #863E3C

Tints of Tall Poppy #863E3C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.22%

 BLUE value IS 60 (23.83% from 255) = 23.44%

R = 52.34%
G = 24.22%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#863E3C (or 0x863E3C) is known color: Tall Poppy. HEX triplet: 86, 3E and 3C. RGB value is (134,62,60). Sum of RGB (Red+Green+Blue) = 134+62+60=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #863E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863E3C is #79C1C3. Grayscale: #535353. Windows color (decimal): -7979460 or 3948166. OLE color: 3948166.

HSL color Cylindrical-coordinate representation of color #863E3C: hue angle of 1.62º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #863E3C is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 62 60 -
CMYK 0 0.54 0.55 0.47
HSL 1.62º 0.38% 0.38% -
HSV(B) 1.62º 0.55% 0.53% -
XYZ 12.37 8.84 5.33 -
YUV 83.3 114.85 164.16 -
System Red Green Blue C M Y K H S L
Decimal 134 62 60 0 0.54 0.55 0.47 1.62 0.38 0.38
Hex 86 3E 3C 0 36 37 2F 2 26 26
Octal 206 76 74 0 66 67 57 2 46 46
Binary 10000110 111110 111100 0 110110 110111 101111 10 100110 100110

Color Harmonies of #863E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863E3C

Black with #863E3C

Text Example


Text Example

White with #863E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863E3C; }

 p { color: rgb(134,62,60); }

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

background-color css

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

 a { background-color: rgb(134,62,60); }

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

border-color css

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

 span { border-color: rgb(134,62,60); }

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