Html Css Color HEX #9B6002 Golden Brown

📋 copy color: '#9B6002'

red 155 ◦ green 96 ◦ blue 2

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

Shades of Golden Brown #9B6002

Tints of Golden Brown #9B6002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.94%

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

R = 61.26%
G = 37.94%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B6002 (or 0x9B6002) is known color: Golden Brown. HEX triplet: 9B, 60 and 02. RGB value is (155,96,2). Sum of RGB (Red+Green+Blue) = 155+96+2=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6002 is #649FFD. Grayscale: #676767. Windows color (decimal): -6594558 or 155803. OLE color: 155803.

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

Color convert

RGB 155 96 2 -
CMYK 0 0.38 0.99 0.39
HSL 36.86º 0.97% 0.31% -
HSV(B) 36.86º 0.99% 0.61% -
XYZ 17.71 15.34 2.08 -
YUV 102.93 71.05 165.14 -
System Red Green Blue C M Y K H S L
Decimal 155 96 2 0 0.38 0.99 0.39 36.86 0.97 0.31
Hex 9B 60 2 0 26 63 27 25 61 1F
Octal 233 140 2 0 46 143 47 45 141 37
Binary 10011011 1100000 10 0 100110 1100011 100111 100101 1100001 11111

Color Harmonies of #9B6002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6002

Black with #9B6002

Text Example


Text Example

White with #9B6002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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