Html Css Color HEX #9B6007 Golden Brown

📋 copy color: '#9B6007'

red 155 ◦ green 96 ◦ blue 7

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

Shades of Golden Brown #9B6007

Tints of Golden Brown #9B6007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.71%

R = 60.08%
G = 37.21%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9B6007 (or 0x9B6007) is known color: Golden Brown. HEX triplet: 9B, 60 and 07. RGB value is (155,96,7). Sum of RGB (Red+Green+Blue) = 155+96+7=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6007 is #649FF8. Grayscale: #676767. Windows color (decimal): -6594553 or 483483. OLE color: 483483.

HSL color Cylindrical-coordinate representation of color #9B6007: hue angle of 36.08º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B6007 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 96 7 -
CMYK 0 0.38 0.95 0.39
HSL 36.08º 0.91% 0.32% -
HSV(B) 36.08º 0.95% 0.61% -
XYZ 17.74 15.35 2.23 -
YUV 103.5 73.55 164.74 -
System Red Green Blue C M Y K H S L
Decimal 155 96 7 0 0.38 0.95 0.39 36.08 0.91 0.32
Hex 9B 60 7 0 26 5F 27 24 5B 20
Octal 233 140 7 0 46 137 47 44 133 40
Binary 10011011 1100000 111 0 100110 1011111 100111 100100 1011011 100000

Color Harmonies of #9B6007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6007

Black with #9B6007

Text Example


Text Example

White with #9B6007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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