Html Css Color HEX #9B6102 Golden Brown

📋 copy color: '#9B6102'

red 155 ◦ green 97 ◦ blue 2

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

Shades of Golden Brown #9B6102

Tints of Golden Brown #9B6102

RGB

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

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

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

R = 61.02%
G = 38.19%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B6102 (or 0x9B6102) is known color: Golden Brown. HEX triplet: 9B, 61 and 02. RGB value is (155,97,2). Sum of RGB (Red+Green+Blue) = 155+97+2=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6102 is #649EFD. Grayscale: #676767. Windows color (decimal): -6594302 or 156059. OLE color: 156059.

HSL color Cylindrical-coordinate representation of color #9B6102: hue angle of 37.25º 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 #9B6102 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 97 2 -
CMYK 0 0.37 0.99 0.39
HSL 37.25º 0.97% 0.31% -
HSV(B) 37.25º 0.99% 0.61% -
XYZ 17.8 15.52 2.12 -
YUV 103.51 70.72 164.72 -
System Red Green Blue C M Y K H S L
Decimal 155 97 2 0 0.37 0.99 0.39 37.25 0.97 0.31
Hex 9B 61 2 0 25 63 27 25 61 1F
Octal 233 141 2 0 45 143 47 45 141 37
Binary 10011011 1100001 10 0 100101 1100011 100111 100101 1100001 11111

Color Harmonies of #9B6102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6102

Black with #9B6102

Text Example


Text Example

White with #9B6102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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