Html Css Color HEX #9A813B Reef Gold

📋 copy color: '#9A813B'

red 154 ◦ green 129 ◦ blue 59

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

Shades of Reef Gold #9A813B

Tints of Reef Gold #9A813B

RGB

 RED value IS 154 (60.55% from 255) = 45.03%

 GREEN value IS 129 (50.78% from 255) = 37.72%

 BLUE value IS 59 (23.44% from 255) = 17.25%

R = 45.03%
G = 37.72%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#9A813B (or 0x9A813B) is known color: Reef Gold. HEX triplet: 9A, 81 and 3B. RGB value is (154,129,59). Sum of RGB (Red+Green+Blue) = 154+129+59=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A813B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A813B is #657EC4. Grayscale: #808080. Windows color (decimal): -6651589 or 3899802. OLE color: 3899802.

HSL color Cylindrical-coordinate representation of color #9A813B: hue angle of 44.21º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A813B is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 129 59 -
CMYK 0 0.16 0.62 0.40
HSL 44.21º 0.45% 0.42% -
HSV(B) 44.21º 0.62% 0.6% -
XYZ 21.97 22.89 7.4 -
YUV 128.5 88.78 146.19 -
System Red Green Blue C M Y K H S L
Decimal 154 129 59 0 0.16 0.62 0.40 44.21 0.45 0.42
Hex 9A 81 3B 0 10 3E 28 2C 2D 2A
Octal 232 201 73 0 20 76 50 54 55 52
Binary 10011010 10000001 111011 0 10000 111110 101000 101100 101101 101010

Color Harmonies of #9A813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A813B

Black with #9A813B

Text Example


Text Example

White with #9A813B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,129,59); }

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

background-color css

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

 a { background-color: rgb(154,129,59); }

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

border-color css

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

 span { border-color: rgb(154,129,59); }

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