Html Css Color HEX #9B621C Golden Brown

📋 copy color: '#9B621C'

red 155 ◦ green 98 ◦ blue 28

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

Shades of Golden Brown #9B621C

Tints of Golden Brown #9B621C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.88%

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

R = 55.16%
G = 34.88%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B621C (or 0x9B621C) is known color: Golden Brown. HEX triplet: 9B, 62 and 1C. RGB value is (155,98,28). Sum of RGB (Red+Green+Blue) = 155+98+28=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B621C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B621C is #649DE3. Grayscale: #6B6B6B. Windows color (decimal): -6594020 or 1860251. OLE color: 1860251.

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

Color convert

RGB 155 98 28 -
CMYK 0 0.37 0.82 0.39
HSL 33.07º 0.69% 0.36% -
HSV(B) 33.07º 0.82% 0.61% -
XYZ 18.09 15.79 3.19 -
YUV 107.06 83.38 162.19 -
System Red Green Blue C M Y K H S L
Decimal 155 98 28 0 0.37 0.82 0.39 33.07 0.69 0.36
Hex 9B 62 1C 0 25 52 27 21 45 24
Octal 233 142 34 0 45 122 47 41 105 44
Binary 10011011 1100010 11100 0 100101 1010010 100111 100001 1000101 100100

Color Harmonies of #9B621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B621C

Black with #9B621C

Text Example


Text Example

White with #9B621C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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