Html Css Color HEX #9B6418 Golden Brown

📋 copy color: '#9B6418'

red 155 ◦ green 100 ◦ blue 24

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

Shades of Golden Brown #9B6418

Tints of Golden Brown #9B6418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.84%

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

R = 55.56%
G = 35.84%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B6418 (or 0x9B6418) is known color: Golden Brown. HEX triplet: 9B, 64 and 18. RGB value is (155,100,24). Sum of RGB (Red+Green+Blue) = 155+100+24=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6418 is #649BE7. Grayscale: #6C6C6C. Windows color (decimal): -6593512 or 1598619. OLE color: 1598619.

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

Color convert

RGB 155 100 24 -
CMYK 0 0.35 0.85 0.39
HSL 34.81º 0.73% 0.35% -
HSV(B) 34.81º 0.85% 0.61% -
XYZ 18.24 16.15 3.02 -
YUV 107.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 155 100 24 0 0.35 0.85 0.39 34.81 0.73 0.35
Hex 9B 64 18 0 23 55 27 23 49 23
Octal 233 144 30 0 43 125 47 43 111 43
Binary 10011011 1100100 11000 0 100011 1010101 100111 100011 1001001 100011

Color Harmonies of #9B6418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6418

Black with #9B6418

Text Example


Text Example

White with #9B6418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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