Html Css Color HEX #9B6702 Golden Brown

📋 copy color: '#9B6702'

red 155 ◦ green 103 ◦ blue 2

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

Shades of Golden Brown #9B6702

Tints of Golden Brown #9B6702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 59.62%
G = 39.62%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B6702 (or 0x9B6702) is known color: Golden Brown. HEX triplet: 9B, 67 and 02. RGB value is (155,103,2). Sum of RGB (Red+Green+Blue) = 155+103+2=260 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.62% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6702 is #6498FD. Grayscale: #6B6B6B. Windows color (decimal): -6592766 or 157595. OLE color: 157595.

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

Color convert

RGB 155 103 2 -
CMYK 0 0.34 0.99 0.39
HSL 39.61º 0.97% 0.31% -
HSV(B) 39.61º 0.99% 0.61% -
XYZ 18.38 16.67 2.31 -
YUV 107.03 68.73 162.21 -
System Red Green Blue C M Y K H S L
Decimal 155 103 2 0 0.34 0.99 0.39 39.61 0.97 0.31
Hex 9B 67 2 0 22 63 27 28 61 1F
Octal 233 147 2 0 42 143 47 50 141 37
Binary 10011011 1100111 10 0 100010 1100011 100111 101000 1100001 11111

Color Harmonies of #9B6702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6702

Black with #9B6702

Text Example


Text Example

White with #9B6702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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