Html Css Color HEX #9B6715 Golden Brown

📋 copy color: '#9B6715'

red 155 ◦ green 103 ◦ blue 21

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

Shades of Golden Brown #9B6715

Tints of Golden Brown #9B6715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.53%

R = 55.56%
G = 36.92%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B6715 (or 0x9B6715) is known color: Golden Brown. HEX triplet: 9B, 67 and 15. RGB value is (155,103,21). Sum of RGB (Red+Green+Blue) = 155+103+21=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6715 is #6498EA. Grayscale: #6D6D6D. Windows color (decimal): -6592747 or 1402779. OLE color: 1402779.

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

Color convert

RGB 155 103 21 -
CMYK 0 0.34 0.86 0.39
HSL 36.72º 0.76% 0.35% -
HSV(B) 36.72º 0.86% 0.61% -
XYZ 18.5 16.72 2.96 -
YUV 109.2 78.23 160.67 -
System Red Green Blue C M Y K H S L
Decimal 155 103 21 0 0.34 0.86 0.39 36.72 0.76 0.35
Hex 9B 67 15 0 22 56 27 25 4C 23
Octal 233 147 25 0 42 126 47 45 114 43
Binary 10011011 1100111 10101 0 100010 1010110 100111 100101 1001100 100011

Color Harmonies of #9B6715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6715

Black with #9B6715

Text Example


Text Example

White with #9B6715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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