Html Css Color HEX #846761 Pharlap

📋 copy color: '#846761'

red 132 ◦ green 103 ◦ blue 97

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

Shades of Pharlap #846761

Tints of Pharlap #846761

RGB

 RED value IS 132 (51.95% from 255) = 39.76%

 GREEN value IS 103 (40.63% from 255) = 31.02%

 BLUE value IS 97 (38.28% from 255) = 29.22%

R = 39.76%
G = 31.02%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#846761 (or 0x846761) is known color: Pharlap. HEX triplet: 84, 67 and 61. RGB value is (132,103,97). Sum of RGB (Red+Green+Blue) = 132+103+97=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #846761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846761 is #7B989E. Grayscale: #6F6F6F. Windows color (decimal): -8099999 or 6383492. OLE color: 6383492.

HSL color Cylindrical-coordinate representation of color #846761: hue angle of 10.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #846761 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 103 97 -
CMYK 0 0.22 0.27 0.48
HSL 10.29º 0.15% 0.45% -
HSV(B) 10.29º 0.27% 0.52% -
XYZ 16.52 15.47 13.42 -
YUV 110.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 132 103 97 0 0.22 0.27 0.48 10.29 0.15 0.45
Hex 84 67 61 0 16 1B 30 A F 2D
Octal 204 147 141 0 26 33 60 12 17 55
Binary 10000100 1100111 1100001 0 10110 11011 110000 1010 1111 101101

Color Harmonies of #846761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846761

Black with #846761

Text Example


Text Example

White with #846761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846761; }

 p { color: rgb(132,103,97); }

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

background-color css

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

 a { background-color: rgb(132,103,97); }

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

border-color css

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

 span { border-color: rgb(132,103,97); }

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