Html Css Color HEX #96753E Buttered Rum

📋 copy color: '#96753E'

red 150 ◦ green 117 ◦ blue 62

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

Shades of Buttered Rum #96753E

Tints of Buttered Rum #96753E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.84%

R = 45.59%
G = 35.56%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96753E (or 0x96753E) is known color: Buttered Rum. HEX triplet: 96, 75 and 3E. RGB value is (150,117,62). Sum of RGB (Red+Green+Blue) = 150+117+62=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96753E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96753E is #698AC1. Grayscale: #787878. Windows color (decimal): -6916802 or 4093334. OLE color: 4093334.

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

Color convert

RGB 150 117 62 -
CMYK 0 0.22 0.59 0.41
HSL 37.5º 0.42% 0.42% -
HSV(B) 37.5º 0.59% 0.59% -
XYZ 19.81 19.55 7.29 -
YUV 120.6 94.93 148.97 -
System Red Green Blue C M Y K H S L
Decimal 150 117 62 0 0.22 0.59 0.41 37.5 0.42 0.42
Hex 96 75 3E 0 16 3B 29 26 2A 2A
Octal 226 165 76 0 26 73 51 46 52 52
Binary 10010110 1110101 111110 0 10110 111011 101001 100110 101010 101010

Color Harmonies of #96753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96753E

Black with #96753E

Text Example


Text Example

White with #96753E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96753E; }

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

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

background-color css

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

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

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

border-color css

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

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

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