Html Css Color HEX #96752F Buttered Rum

📋 copy color: '#96752F'

red 150 ◦ green 117 ◦ blue 47

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

Shades of Buttered Rum #96752F

Tints of Buttered Rum #96752F

RGB

 RED value IS 150 (58.98% from 255) = 47.77%

 GREEN value IS 117 (46.09% from 255) = 37.26%

 BLUE value IS 47 (18.75% from 255) = 14.97%

R = 47.77%
G = 37.26%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96752F (or 0x96752F) is known color: Buttered Rum. HEX triplet: 96, 75 and 2F. RGB value is (150,117,47). Sum of RGB (Red+Green+Blue) = 150+117+47=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96752F is #698AD0. Grayscale: #777777. Windows color (decimal): -6916817 or 3110294. OLE color: 3110294.

HSL color Cylindrical-coordinate representation of color #96752F: hue angle of 40.78º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96752F is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 117 47 -
CMYK 0 0.22 0.69 0.41
HSL 40.78º 0.52% 0.39% -
HSV(B) 40.78º 0.69% 0.59% -
XYZ 19.45 19.41 5.41 -
YUV 118.89 87.43 150.19 -
System Red Green Blue C M Y K H S L
Decimal 150 117 47 0 0.22 0.69 0.41 40.78 0.52 0.39
Hex 96 75 2F 0 16 45 29 29 34 27
Octal 226 165 57 0 26 105 51 51 64 47
Binary 10010110 1110101 101111 0 10110 1000101 101001 101001 110100 100111

Color Harmonies of #96752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96752F

Black with #96752F

Text Example


Text Example

White with #96752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96752F; }

 p { color: rgb(150,117,47); }

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

background-color css

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

 a { background-color: rgb(150,117,47); }

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

border-color css

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

 span { border-color: rgb(150,117,47); }

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