Html Css Color HEX #9B671B Golden Brown

📋 copy color: '#9B671B'

red 155 ◦ green 103 ◦ blue 27

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

Shades of Golden Brown #9B671B

Tints of Golden Brown #9B671B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.47%

R = 54.39%
G = 36.14%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B671B (or 0x9B671B) is known color: Golden Brown. HEX triplet: 9B, 67 and 1B. RGB value is (155,103,27). Sum of RGB (Red+Green+Blue) = 155+103+27=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B671B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B671B is #6498E4. Grayscale: #6E6E6E. Windows color (decimal): -6592741 or 1795995. OLE color: 1795995.

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

Color convert

RGB 155 103 27 -
CMYK 0 0.34 0.83 0.39
HSL 35.63º 0.7% 0.36% -
HSV(B) 35.63º 0.83% 0.61% -
XYZ 18.57 16.75 3.29 -
YUV 109.88 81.23 160.18 -
System Red Green Blue C M Y K H S L
Decimal 155 103 27 0 0.34 0.83 0.39 35.63 0.7 0.36
Hex 9B 67 1B 0 22 53 27 24 46 24
Octal 233 147 33 0 42 123 47 44 106 44
Binary 10011011 1100111 11011 0 100010 1010011 100111 100100 1000110 100100

Color Harmonies of #9B671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B671B

Black with #9B671B

Text Example


Text Example

White with #9B671B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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