Html Css Color HEX #9B6302 Golden Brown

📋 copy color: '#9B6302'

red 155 ◦ green 99 ◦ blue 2

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

Shades of Golden Brown #9B6302

Tints of Golden Brown #9B6302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.67%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 60.55%
G = 38.67%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B6302 (or 0x9B6302) is known color: Golden Brown. HEX triplet: 9B, 63 and 02. RGB value is (155,99,2). Sum of RGB (Red+Green+Blue) = 155+99+2=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6302 is #649CFD. Grayscale: #696969. Windows color (decimal): -6593790 or 156571. OLE color: 156571.

HSL color Cylindrical-coordinate representation of color #9B6302: hue angle of 38.04º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B6302 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 99 2 -
CMYK 0 0.36 0.99 0.39
HSL 38.04º 0.97% 0.31% -
HSV(B) 38.04º 0.99% 0.61% -
XYZ 17.99 15.9 2.18 -
YUV 104.69 70.05 163.89 -
System Red Green Blue C M Y K H S L
Decimal 155 99 2 0 0.36 0.99 0.39 38.04 0.97 0.31
Hex 9B 63 2 0 24 63 27 26 61 1F
Octal 233 143 2 0 44 143 47 46 141 37
Binary 10011011 1100011 10 0 100100 1100011 100111 100110 1100001 11111

Color Harmonies of #9B6302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6302

Black with #9B6302

Text Example


Text Example

White with #9B6302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,99,2); }

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

background-color css

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

 a { background-color: rgb(155,99,2); }

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

border-color css

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

 span { border-color: rgb(155,99,2); }

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