Html Css Color HEX #9C863C Reef Gold

📋 copy color: '#9C863C'

red 156 ◦ green 134 ◦ blue 60

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

Shades of Reef Gold #9C863C

Tints of Reef Gold #9C863C

RGB

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

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

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

R = 44.57%
G = 38.29%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9C863C (or 0x9C863C) is known color: Reef Gold. HEX triplet: 9C, 86 and 3C. RGB value is (156,134,60). Sum of RGB (Red+Green+Blue) = 156+134+60=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C863C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C863C is #6379C3. Grayscale: #848484. Windows color (decimal): -6519236 or 3966620. OLE color: 3966620.

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

Color convert

RGB 156 134 60 -
CMYK 0 0.14 0.62 0.39
HSL 46.25º 0.44% 0.42% -
HSV(B) 46.25º 0.62% 0.61% -
XYZ 23.05 24.44 7.78 -
YUV 132.14 87.29 145.02 -
System Red Green Blue C M Y K H S L
Decimal 156 134 60 0 0.14 0.62 0.39 46.25 0.44 0.42
Hex 9C 86 3C 0 E 3E 27 2E 2C 2A
Octal 234 206 74 0 16 76 47 56 54 52
Binary 10011100 10000110 111100 0 1110 111110 100111 101110 101100 101010

Color Harmonies of #9C863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C863C

Black with #9C863C

Text Example


Text Example

White with #9C863C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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