Html Css Color HEX #9B6818 Golden Brown

📋 copy color: '#9B6818'

red 155 ◦ green 104 ◦ blue 24

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

Shades of Golden Brown #9B6818

Tints of Golden Brown #9B6818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.75%

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

R = 54.77%
G = 36.75%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B6818 (or 0x9B6818) is known color: Golden Brown. HEX triplet: 9B, 68 and 18. RGB value is (155,104,24). Sum of RGB (Red+Green+Blue) = 155+104+24=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6818 is #6497E7. Grayscale: #6E6E6E. Windows color (decimal): -6592488 or 1599643. OLE color: 1599643.

HSL color Cylindrical-coordinate representation of color #9B6818: hue angle of 36.64º 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 #9B6818 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 104 24 -
CMYK 0 0.33 0.85 0.39
HSL 36.64º 0.73% 0.35% -
HSV(B) 36.64º 0.85% 0.61% -
XYZ 18.63 16.94 3.15 -
YUV 110.13 79.4 160 -
System Red Green Blue C M Y K H S L
Decimal 155 104 24 0 0.33 0.85 0.39 36.64 0.73 0.35
Hex 9B 68 18 0 21 55 27 25 49 23
Octal 233 150 30 0 41 125 47 45 111 43
Binary 10011011 1101000 11000 0 100001 1010101 100111 100101 1001001 100011

Color Harmonies of #9B6818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6818

Black with #9B6818

Text Example


Text Example

White with #9B6818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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