Html Css Color HEX #9B6618 Golden Brown

📋 copy color: '#9B6618'

red 155 ◦ green 102 ◦ blue 24

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

Shades of Golden Brown #9B6618

Tints of Golden Brown #9B6618

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.3%

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

R = 55.16%
G = 36.3%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B6618 (or 0x9B6618) is known color: Golden Brown. HEX triplet: 9B, 66 and 18. RGB value is (155,102,24). Sum of RGB (Red+Green+Blue) = 155+102+24=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6618 is #6499E7. Grayscale: #6D6D6D. Windows color (decimal): -6593000 or 1599131. OLE color: 1599131.

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

Color convert

RGB 155 102 24 -
CMYK 0 0.34 0.85 0.39
HSL 35.73º 0.73% 0.35% -
HSV(B) 35.73º 0.85% 0.61% -
XYZ 18.43 16.54 3.08 -
YUV 108.96 80.06 160.84 -
System Red Green Blue C M Y K H S L
Decimal 155 102 24 0 0.34 0.85 0.39 35.73 0.73 0.35
Hex 9B 66 18 0 22 55 27 24 49 23
Octal 233 146 30 0 42 125 47 44 111 43
Binary 10011011 1100110 11000 0 100010 1010101 100111 100100 1001001 100011

Color Harmonies of #9B6618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6618

Black with #9B6618

Text Example


Text Example

White with #9B6618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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