Html Css Color HEX #9C853C Reef Gold

📋 copy color: '#9C853C'

red 156 ◦ green 133 ◦ blue 60

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

Shades of Reef Gold #9C853C

Tints of Reef Gold #9C853C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.11%

 BLUE value IS 60 (23.83% from 255) = 17.19%

R = 44.7%
G = 38.11%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9C853C (or 0x9C853C) is known color: Reef Gold. HEX triplet: 9C, 85 and 3C. RGB value is (156,133,60). Sum of RGB (Red+Green+Blue) = 156+133+60=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C853C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C853C is #637AC3. Grayscale: #838383. Windows color (decimal): -6519492 or 3966364. OLE color: 3966364.

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

Color convert

RGB 156 133 60 -
CMYK 0 0.15 0.62 0.39
HSL 45.63º 0.44% 0.42% -
HSV(B) 45.63º 0.62% 0.61% -
XYZ 22.91 24.17 7.73 -
YUV 131.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 156 133 60 0 0.15 0.62 0.39 45.63 0.44 0.42
Hex 9C 85 3C 0 F 3E 27 2E 2C 2A
Octal 234 205 74 0 17 76 47 56 54 52
Binary 10011100 10000101 111100 0 1111 111110 100111 101110 101100 101010

Color Harmonies of #9C853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C853C

Black with #9C853C

Text Example


Text Example

White with #9C853C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,133,60); }

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

background-color css

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

 a { background-color: rgb(156,133,60); }

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

border-color css

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

 span { border-color: rgb(156,133,60); }

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