Html Css Color HEX #9B6C0F Golden Brown

📋 copy color: '#9B6C0F'

red 155 ◦ green 108 ◦ blue 15

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

Shades of Golden Brown #9B6C0F

Tints of Golden Brown #9B6C0F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.85%

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

R = 55.76%
G = 38.85%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B6C0F (or 0x9B6C0F) is known color: Golden Brown. HEX triplet: 9B, 6C and 0F. RGB value is (155,108,15). Sum of RGB (Red+Green+Blue) = 155+108+15=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6C0F is #6493F0. Grayscale: #6F6F6F. Windows color (decimal): -6591473 or 1010843. OLE color: 1010843.

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

Color convert

RGB 155 108 15 -
CMYK 0 0.30 0.90 0.39
HSL 39.86º 0.82% 0.33% -
HSV(B) 39.86º 0.9% 0.61% -
XYZ 18.97 17.73 2.87 -
YUV 111.45 73.57 159.06 -
System Red Green Blue C M Y K H S L
Decimal 155 108 15 0 0.30 0.90 0.39 39.86 0.82 0.33
Hex 9B 6C F 0 1E 5A 27 28 52 21
Octal 233 154 17 0 36 132 47 50 122 41
Binary 10011011 1101100 1111 0 11110 1011010 100111 101000 1010010 100001

Color Harmonies of #9B6C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6C0F

Black with #9B6C0F

Text Example


Text Example

White with #9B6C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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