Html Css Color HEX #9B6705 Golden Brown

📋 copy color: '#9B6705'

red 155 ◦ green 103 ◦ blue 5

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

Shades of Golden Brown #9B6705

Tints of Golden Brown #9B6705

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.16%

 BLUE value IS 5 (2.34% from 255) = 1.9%

R = 58.94%
G = 39.16%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B6705 (or 0x9B6705) is known color: Golden Brown. HEX triplet: 9B, 67 and 05. RGB value is (155,103,5). Sum of RGB (Red+Green+Blue) = 155+103+5=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6705 is #6498FA. Grayscale: #6B6B6B. Windows color (decimal): -6592763 or 354203. OLE color: 354203.

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

Color convert

RGB 155 103 5 -
CMYK 0 0.34 0.97 0.39
HSL 39.2º 0.94% 0.31% -
HSV(B) 39.2º 0.97% 0.61% -
XYZ 18.4 16.68 2.39 -
YUV 107.38 70.23 161.97 -
System Red Green Blue C M Y K H S L
Decimal 155 103 5 0 0.34 0.97 0.39 39.2 0.94 0.31
Hex 9B 67 5 0 22 61 27 27 5E 1F
Octal 233 147 5 0 42 141 47 47 136 37
Binary 10011011 1100111 101 0 100010 1100001 100111 100111 1011110 11111

Color Harmonies of #9B6705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6705

Black with #9B6705

Text Example


Text Example

White with #9B6705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,103,5); }

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

background-color css

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

 a { background-color: rgb(155,103,5); }

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

border-color css

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

 span { border-color: rgb(155,103,5); }

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