Html Css Color HEX #9B601E Golden Brown

📋 copy color: '#9B601E'

red 155 ◦ green 96 ◦ blue 30

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

Shades of Golden Brown #9B601E

Tints of Golden Brown #9B601E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.68%

R = 55.16%
G = 34.16%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9B601E (or 0x9B601E) is known color: Golden Brown. HEX triplet: 9B, 60 and 1E. RGB value is (155,96,30). Sum of RGB (Red+Green+Blue) = 155+96+30=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B601E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B601E is #649FE1. Grayscale: #6A6A6A. Windows color (decimal): -6594530 or 1990811. OLE color: 1990811.

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

Color convert

RGB 155 96 30 -
CMYK 0 0.38 0.81 0.39
HSL 31.68º 0.68% 0.36% -
HSV(B) 31.68º 0.81% 0.61% -
XYZ 17.93 15.43 3.26 -
YUV 106.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 155 96 30 0 0.38 0.81 0.39 31.68 0.68 0.36
Hex 9B 60 1E 0 26 51 27 20 44 24
Octal 233 140 36 0 46 121 47 40 104 44
Binary 10011011 1100000 11110 0 100110 1010001 100111 100000 1000100 100100

Color Harmonies of #9B601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B601E

Black with #9B601E

Text Example


Text Example

White with #9B601E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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