Html Css Color HEX #9B650A Golden Brown

📋 copy color: '#9B650A'

red 155 ◦ green 101 ◦ blue 10

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

Shades of Golden Brown #9B650A

Tints of Golden Brown #9B650A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.97%

 BLUE value IS 10 (4.3% from 255) = 3.76%

R = 58.27%
G = 37.97%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B650A (or 0x9B650A) is known color: Golden Brown. HEX triplet: 9B, 65 and 0A. RGB value is (155,101,10). Sum of RGB (Red+Green+Blue) = 155+101+10=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B650A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B650A is #649AF5. Grayscale: #6B6B6B. Windows color (decimal): -6593270 or 681371. OLE color: 681371.

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

Color convert

RGB 155 101 10 -
CMYK 0 0.35 0.94 0.39
HSL 37.66º 0.88% 0.32% -
HSV(B) 37.66º 0.94% 0.61% -
XYZ 18.23 16.3 2.47 -
YUV 106.77 73.39 162.4 -
System Red Green Blue C M Y K H S L
Decimal 155 101 10 0 0.35 0.94 0.39 37.66 0.88 0.32
Hex 9B 65 A 0 23 5E 27 26 58 20
Octal 233 145 12 0 43 136 47 46 130 40
Binary 10011011 1100101 1010 0 100011 1011110 100111 100110 1011000 100000

Color Harmonies of #9B650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B650A

Black with #9B650A

Text Example


Text Example

White with #9B650A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,101,10); }

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

background-color css

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

 a { background-color: rgb(155,101,10); }

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

border-color css

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

 span { border-color: rgb(155,101,10); }

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