Html Css Color HEX #9C863A Reef Gold

📋 copy color: '#9C863A'

red 156 ◦ green 134 ◦ blue 58

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

Shades of Reef Gold #9C863A

Tints of Reef Gold #9C863A

RGB

 RED value IS 156 (61.33% from 255) = 44.83%

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

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

R = 44.83%
G = 38.51%
B = 16.67%

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

#9C863A (or 0x9C863A) is known color: Reef Gold. HEX triplet: 9C, 86 and 3A. RGB value is (156,134,58). Sum of RGB (Red+Green+Blue) = 156+134+58=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C863A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C863A is #6379C5. Grayscale: #848484. Windows color (decimal): -6519238 or 3835548. OLE color: 3835548.

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

Color convert

RGB 156 134 58 -
CMYK 0 0.14 0.63 0.39
HSL 46.53º 0.46% 0.42% -
HSV(B) 46.53º 0.63% 0.61% -
XYZ 23 24.42 7.51 -
YUV 131.91 86.29 145.18 -
System Red Green Blue C M Y K H S L
Decimal 156 134 58 0 0.14 0.63 0.39 46.53 0.46 0.42
Hex 9C 86 3A 0 E 3F 27 2F 2E 2A
Octal 234 206 72 0 16 77 47 57 56 52
Binary 10011100 10000110 111010 0 1110 111111 100111 101111 101110 101010

Color Harmonies of #9C863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C863A

Black with #9C863A

Text Example


Text Example

White with #9C863A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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