Html Css Color HEX #9B660F Golden Brown

📋 copy color: '#9B660F'

red 155 ◦ green 102 ◦ blue 15

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

Shades of Golden Brown #9B660F

Tints of Golden Brown #9B660F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.5%

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

R = 56.99%
G = 37.5%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B660F (or 0x9B660F) is known color: Golden Brown. HEX triplet: 9B, 66 and 0F. RGB value is (155,102,15). Sum of RGB (Red+Green+Blue) = 155+102+15=272 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.99% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 155 - color contains mainly: red. Hex color #9B660F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B660F is #6499F0. Grayscale: #6C6C6C. Windows color (decimal): -6593009 or 1009307. OLE color: 1009307.

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

Color convert

RGB 155 102 15 -
CMYK 0 0.34 0.90 0.39
HSL 37.29º 0.82% 0.33% -
HSV(B) 37.29º 0.9% 0.61% -
XYZ 18.36 16.51 2.67 -
YUV 107.93 75.56 161.57 -
System Red Green Blue C M Y K H S L
Decimal 155 102 15 0 0.34 0.90 0.39 37.29 0.82 0.33
Hex 9B 66 F 0 22 5A 27 25 52 21
Octal 233 146 17 0 42 132 47 45 122 41
Binary 10011011 1100110 1111 0 100010 1011010 100111 100101 1010010 100001

Color Harmonies of #9B660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B660F

Black with #9B660F

Text Example


Text Example

White with #9B660F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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