Html Css Color HEX #95763C Buttered Rum

📋 copy color: '#95763C'

red 149 ◦ green 118 ◦ blue 60

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

Shades of Buttered Rum #95763C

Tints of Buttered Rum #95763C

RGB

 RED value IS 149 (58.59% from 255) = 45.57%

 GREEN value IS 118 (46.48% from 255) = 36.09%

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

R = 45.57%
G = 36.09%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95763C (or 0x95763C) is known color: Buttered Rum. HEX triplet: 95, 76 and 3C. RGB value is (149,118,60). Sum of RGB (Red+Green+Blue) = 149+118+60=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #95763C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95763C is #6A89C3. Grayscale: #787878. Windows color (decimal): -6982084 or 3962517. OLE color: 3962517.

HSL color Cylindrical-coordinate representation of color #95763C: hue angle of 39.1º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95763C is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 118 60 -
CMYK 0 0.21 0.60 0.42
HSL 39.1º 0.43% 0.41% -
HSV(B) 39.1º 0.6% 0.58% -
XYZ 19.69 19.67 7.03 -
YUV 120.66 93.77 148.22 -
System Red Green Blue C M Y K H S L
Decimal 149 118 60 0 0.21 0.60 0.42 39.1 0.43 0.41
Hex 95 76 3C 0 15 3C 2A 27 2B 29
Octal 225 166 74 0 25 74 52 47 53 51
Binary 10010101 1110110 111100 0 10101 111100 101010 100111 101011 101001

Color Harmonies of #95763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95763C

Black with #95763C

Text Example


Text Example

White with #95763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95763C; }

 p { color: rgb(149,118,60); }

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

background-color css

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

 a { background-color: rgb(149,118,60); }

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

border-color css

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

 span { border-color: rgb(149,118,60); }

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