Html Css Color HEX #9B7618 Hacienda

📋 copy color: '#9B7618'

red 155 ◦ green 118 ◦ blue 24

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

Shades of Hacienda #9B7618

Tints of Hacienda #9B7618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.08%

R = 52.19%
G = 39.73%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B7618 (or 0x9B7618) is known color: Hacienda. HEX triplet: 9B, 76 and 18. RGB value is (155,118,24). Sum of RGB (Red+Green+Blue) = 155+118+24=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7618 is #6489E7. Grayscale: #767676. Windows color (decimal): -6588904 or 1603227. OLE color: 1603227.

HSL color Cylindrical-coordinate representation of color #9B7618: hue angle of 43.05º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B7618 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 118 24 -
CMYK 0 0.24 0.85 0.39
HSL 43.05º 0.73% 0.35% -
HSV(B) 43.05º 0.85% 0.61% -
XYZ 20.16 19.99 3.66 -
YUV 118.35 74.76 154.14 -
System Red Green Blue C M Y K H S L
Decimal 155 118 24 0 0.24 0.85 0.39 43.05 0.73 0.35
Hex 9B 76 18 0 18 55 27 2B 49 23
Octal 233 166 30 0 30 125 47 53 111 43
Binary 10011011 1110110 11000 0 11000 1010101 100111 101011 1001001 100011

Color Harmonies of #9B7618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7618

Black with #9B7618

Text Example


Text Example

White with #9B7618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,118,24); }

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

background-color css

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

 a { background-color: rgb(155,118,24); }

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

border-color css

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

 span { border-color: rgb(155,118,24); }

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