Html Css Color HEX #9B671C Golden Brown

📋 copy color: '#9B671C'

red 155 ◦ green 103 ◦ blue 28

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

Shades of Golden Brown #9B671C

Tints of Golden Brown #9B671C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 54.2%
G = 36.01%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B671C (or 0x9B671C) is known color: Golden Brown. HEX triplet: 9B, 67 and 1C. RGB value is (155,103,28). Sum of RGB (Red+Green+Blue) = 155+103+28=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B671C is #6498E3. Grayscale: #6E6E6E. Windows color (decimal): -6592740 or 1861531. OLE color: 1861531.

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

Color convert

RGB 155 103 28 -
CMYK 0 0.34 0.82 0.39
HSL 35.43º 0.69% 0.36% -
HSV(B) 35.43º 0.82% 0.61% -
XYZ 18.58 16.75 3.35 -
YUV 110 81.73 160.1 -
System Red Green Blue C M Y K H S L
Decimal 155 103 28 0 0.34 0.82 0.39 35.43 0.69 0.36
Hex 9B 67 1C 0 22 52 27 23 45 24
Octal 233 147 34 0 42 122 47 43 105 44
Binary 10011011 1100111 11100 0 100010 1010010 100111 100011 1000101 100100

Color Harmonies of #9B671C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B671C

Black with #9B671C

Text Example


Text Example

White with #9B671C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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