Html Css Color HEX #9B7D3E Buttered Rum

📋 copy color: '#9B7D3E'

red 155 ◦ green 125 ◦ blue 62

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

Shades of Buttered Rum #9B7D3E

Tints of Buttered Rum #9B7D3E

RGB

 RED value IS 155 (60.94% from 255) = 45.32%

 GREEN value IS 125 (49.22% from 255) = 36.55%

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

R = 45.32%
G = 36.55%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.6

 K value IS 0.39

RGB Variations

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

Color information

#9B7D3E (or 0x9B7D3E) is known color: Buttered Rum. HEX triplet: 9B, 7D and 3E. RGB value is (155,125,62). Sum of RGB (Red+Green+Blue) = 155+125+62=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7D3E is #6482C1. Grayscale: #7F7F7F. Windows color (decimal): -6587074 or 4095387. OLE color: 4095387.

HSL color Cylindrical-coordinate representation of color #9B7D3E: hue angle of 40.65º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B7D3E is Cyan = 0, Magento = 0.19, Yellow = 0.6 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 125 62 -
CMYK 0 0.19 0.6 0.39
HSL 40.65º 0.43% 0.43% -
HSV(B) 40.65º 0.6% 0.61% -
XYZ 21.72 21.98 7.66 -
YUV 126.79 91.44 148.12 -
System Red Green Blue C M Y K H S L
Decimal 155 125 62 0 0.19 0.6 0.39 40.65 0.43 0.43
Hex 9B 7D 3E 0 13 3C 27 29 2B 2B
Octal 233 175 76 0 23 74 47 51 53 53
Binary 10011011 1111101 111110 0 10011 111100 100111 101001 101011 101011

Color Harmonies of #9B7D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7D3E

Black with #9B7D3E

Text Example


Text Example

White with #9B7D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B7D3E; }

 p { color: rgb(155,125,62); }

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

background-color css

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

 a { background-color: rgb(155,125,62); }

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

border-color css

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

 span { border-color: rgb(155,125,62); }

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