Html Css Color HEX #836461 Pharlap

📋 copy color: '#836461'

red 131 ◦ green 100 ◦ blue 97

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

Shades of Pharlap #836461

Tints of Pharlap #836461

RGB

 RED value IS 131 (51.56% from 255) = 39.94%

 GREEN value IS 100 (39.45% from 255) = 30.49%

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

R = 39.94%
G = 30.49%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#836461 (or 0x836461) is known color: Pharlap. HEX triplet: 83, 64 and 61. RGB value is (131,100,97). Sum of RGB (Red+Green+Blue) = 131+100+97=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 131 - color contains mainly: red. Hex color #836461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836461 is #7C9B9E. Grayscale: #6C6C6C. Windows color (decimal): -8166303 or 6382723. OLE color: 6382723.

HSL color Cylindrical-coordinate representation of color #836461: hue angle of 5.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #836461 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 100 97 -
CMYK 0 0.24 0.26 0.49
HSL 5.29º 0.15% 0.45% -
HSV(B) 5.29º 0.26% 0.51% -
XYZ 16.07 14.8 13.32 -
YUV 108.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 131 100 97 0 0.24 0.26 0.49 5.29 0.15 0.45
Hex 83 64 61 0 18 1A 31 5 F 2D
Octal 203 144 141 0 30 32 61 5 17 55
Binary 10000011 1100100 1100001 0 11000 11010 110001 101 1111 101101

Color Harmonies of #836461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836461

Black with #836461

Text Example


Text Example

White with #836461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836461; }

 p { color: rgb(131,100,97); }

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

background-color css

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

 a { background-color: rgb(131,100,97); }

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

border-color css

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

 span { border-color: rgb(131,100,97); }

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