Html Css Color HEX #865667 Cannon Pink

📋 copy color: '#865667'

red 134 ◦ green 86 ◦ blue 103

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

Shades of Cannon Pink #865667

Tints of Cannon Pink #865667

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.63%

 BLUE value IS 103 (40.63% from 255) = 31.89%

R = 41.49%
G = 26.63%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#865667 (or 0x865667) is known color: Cannon Pink. HEX triplet: 86, 56 and 67. RGB value is (134,86,103). Sum of RGB (Red+Green+Blue) = 134+86+103=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #865667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865667 is #79A998. Grayscale: #666666. Windows color (decimal): -7973273 or 6772358. OLE color: 6772358.

HSL color Cylindrical-coordinate representation of color #865667: hue angle of 338.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #865667 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 86 103 -
CMYK 0 0.36 0.23 0.47
HSL 338.75º 0.22% 0.43% -
HSV(B) 338.75º 0.36% 0.53% -
XYZ 15.61 12.7 14.46 -
YUV 102.29 128.4 150.62 -
System Red Green Blue C M Y K H S L
Decimal 134 86 103 0 0.36 0.23 0.47 338.75 0.22 0.43
Hex 86 56 67 0 24 17 2F 153 16 2B
Octal 206 126 147 0 44 27 57 523 26 53
Binary 10000110 1010110 1100111 0 100100 10111 101111 101010011 10110 101011

Color Harmonies of #865667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865667

Black with #865667

Text Example


Text Example

White with #865667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865667; }

 p { color: rgb(134,86,103); }

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

background-color css

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

 a { background-color: rgb(134,86,103); }

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

border-color css

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

 span { border-color: rgb(134,86,103); }

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