Html Css Color HEX #9B610F Golden Brown

📋 copy color: '#9B610F'

red 155 ◦ green 97 ◦ blue 15

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

Shades of Golden Brown #9B610F

Tints of Golden Brown #9B610F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.33%

 BLUE value IS 15 (6.25% from 255) = 5.62%

R = 58.05%
G = 36.33%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B610F (or 0x9B610F) is known color: Golden Brown. HEX triplet: 9B, 61 and 0F. RGB value is (155,97,15). Sum of RGB (Red+Green+Blue) = 155+97+15=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B610F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B610F is #649EF0. Grayscale: #696969. Windows color (decimal): -6594289 or 1008027. OLE color: 1008027.

HSL color Cylindrical-coordinate representation of color #9B610F: hue angle of 35.14º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B610F is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 97 15 -
CMYK 0 0.37 0.90 0.39
HSL 35.14º 0.82% 0.33% -
HSV(B) 35.14º 0.9% 0.61% -
XYZ 17.88 15.55 2.51 -
YUV 104.99 77.22 163.67 -
System Red Green Blue C M Y K H S L
Decimal 155 97 15 0 0.37 0.90 0.39 35.14 0.82 0.33
Hex 9B 61 F 0 25 5A 27 23 52 21
Octal 233 141 17 0 45 132 47 43 122 41
Binary 10011011 1100001 1111 0 100101 1011010 100111 100011 1010010 100001

Color Harmonies of #9B610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B610F

Black with #9B610F

Text Example


Text Example

White with #9B610F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,97,15); }

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

background-color css

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

 a { background-color: rgb(155,97,15); }

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

border-color css

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

 span { border-color: rgb(155,97,15); }

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