Html Css Color HEX #9F962E Reef Gold

📋 copy color: '#9F962E'

red 159 ◦ green 150 ◦ blue 46

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

Shades of Reef Gold #9F962E

Tints of Reef Gold #9F962E

RGB

 RED value IS 159 (62.5% from 255) = 44.79%

 GREEN value IS 150 (58.98% from 255) = 42.25%

 BLUE value IS 46 (18.36% from 255) = 12.96%

R = 44.79%
G = 42.25%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#9F962E (or 0x9F962E) is known color: Reef Gold. HEX triplet: 9F, 96 and 2E. RGB value is (159,150,46). Sum of RGB (Red+Green+Blue) = 159+150+46=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F962E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F962E is #6069D1. Grayscale: #8D8D8D. Windows color (decimal): -6318546 or 3053215. OLE color: 3053215.

HSL color Cylindrical-coordinate representation of color #9F962E: hue angle of 55.22º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F962E is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 150 46 -
CMYK 0 0.06 0.71 0.38
HSL 55.22º 0.55% 0.4% -
HSV(B) 55.22º 0.71% 0.62% -
XYZ 25.7 29.38 6.9 -
YUV 140.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 159 150 46 0 0.06 0.71 0.38 55.22 0.55 0.4
Hex 9F 96 2E 0 6 47 26 37 37 28
Octal 237 226 56 0 6 107 46 67 67 50
Binary 10011111 10010110 101110 0 110 1000111 100110 110111 110111 101000

Color Harmonies of #9F962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F962E

Black with #9F962E

Text Example


Text Example

White with #9F962E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,150,46); }

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

background-color css

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

 a { background-color: rgb(159,150,46); }

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

border-color css

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

 span { border-color: rgb(159,150,46); }

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