Html Css Color HEX #9B863A Reef Gold

📋 copy color: '#9B863A'

red 155 ◦ green 134 ◦ blue 58

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

Shades of Reef Gold #9B863A

Tints of Reef Gold #9B863A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.62%

 BLUE value IS 58 (23.05% from 255) = 16.71%

R = 44.67%
G = 38.62%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9B863A (or 0x9B863A) is known color: Reef Gold. HEX triplet: 9B, 86 and 3A. RGB value is (155,134,58). Sum of RGB (Red+Green+Blue) = 155+134+58=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B863A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B863A is #6479C5. Grayscale: #838383. Windows color (decimal): -6584774 or 3835547. OLE color: 3835547.

HSL color Cylindrical-coordinate representation of color #9B863A: hue angle of 47.01º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B863A is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 134 58 -
CMYK 0 0.14 0.63 0.39
HSL 47.01º 0.46% 0.42% -
HSV(B) 47.01º 0.63% 0.61% -
XYZ 22.81 24.32 7.5 -
YUV 131.62 86.46 144.68 -
System Red Green Blue C M Y K H S L
Decimal 155 134 58 0 0.14 0.63 0.39 47.01 0.46 0.42
Hex 9B 86 3A 0 E 3F 27 2F 2E 2A
Octal 233 206 72 0 16 77 47 57 56 52
Binary 10011011 10000110 111010 0 1110 111111 100111 101111 101110 101010

Color Harmonies of #9B863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B863A

Black with #9B863A

Text Example


Text Example

White with #9B863A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,134,58); }

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

background-color css

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

 a { background-color: rgb(155,134,58); }

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

border-color css

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

 span { border-color: rgb(155,134,58); }

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