Html Css Color HEX #9B610E Golden Brown

📋 copy color: '#9B610E'

red 155 ◦ green 97 ◦ blue 14

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

Shades of Golden Brown #9B610E

Tints of Golden Brown #9B610E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.26%

R = 58.27%
G = 36.47%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9B610E (or 0x9B610E) is known color: Golden Brown. HEX triplet: 9B, 61 and 0E. RGB value is (155,97,14). Sum of RGB (Red+Green+Blue) = 155+97+14=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B610E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B610E is #649EF1. Grayscale: #696969. Windows color (decimal): -6594290 or 942491. OLE color: 942491.

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

Color convert

RGB 155 97 14 -
CMYK 0 0.37 0.91 0.39
HSL 35.32º 0.83% 0.33% -
HSV(B) 35.32º 0.91% 0.61% -
XYZ 17.87 15.55 2.47 -
YUV 104.88 76.72 163.75 -
System Red Green Blue C M Y K H S L
Decimal 155 97 14 0 0.37 0.91 0.39 35.32 0.83 0.33
Hex 9B 61 E 0 25 5B 27 23 53 21
Octal 233 141 16 0 45 133 47 43 123 41
Binary 10011011 1100001 1110 0 100101 1011011 100111 100011 1010011 100001

Color Harmonies of #9B610E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B610E

Black with #9B610E

Text Example


Text Example

White with #9B610E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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