Html Css Color HEX #9C8336 Reef Gold

📋 copy color: '#9C8336'

red 156 ◦ green 131 ◦ blue 54

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

Shades of Reef Gold #9C8336

Tints of Reef Gold #9C8336

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.42%

 BLUE value IS 54 (21.48% from 255) = 15.84%

R = 45.75%
G = 38.42%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#9C8336 (or 0x9C8336) is known color: Reef Gold. HEX triplet: 9C, 83 and 36. RGB value is (156,131,54). Sum of RGB (Red+Green+Blue) = 156+131+54=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8336 is #637CC9. Grayscale: #828282. Windows color (decimal): -6520010 or 3572636. OLE color: 3572636.

HSL color Cylindrical-coordinate representation of color #9C8336: hue angle of 45.29º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C8336 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 131 54 -
CMYK 0 0.16 0.65 0.39
HSL 45.29º 0.49% 0.41% -
HSV(B) 45.29º 0.65% 0.61% -
XYZ 22.49 23.57 6.85 -
YUV 129.7 85.28 146.76 -
System Red Green Blue C M Y K H S L
Decimal 156 131 54 0 0.16 0.65 0.39 45.29 0.49 0.41
Hex 9C 83 36 0 10 41 27 2D 31 29
Octal 234 203 66 0 20 101 47 55 61 51
Binary 10011100 10000011 110110 0 10000 1000001 100111 101101 110001 101001

Color Harmonies of #9C8336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8336

Black with #9C8336

Text Example


Text Example

White with #9C8336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,131,54); }

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

background-color css

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

 a { background-color: rgb(156,131,54); }

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

border-color css

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

 span { border-color: rgb(156,131,54); }

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