Html Css Color HEX #9C813C Reef Gold

📋 copy color: '#9C813C'

red 156 ◦ green 129 ◦ blue 60

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

Shades of Reef Gold #9C813C

Tints of Reef Gold #9C813C

RGB

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

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

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

R = 45.22%
G = 37.39%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9C813C (or 0x9C813C) is known color: Reef Gold. HEX triplet: 9C, 81 and 3C. RGB value is (156,129,60). Sum of RGB (Red+Green+Blue) = 156+129+60=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C813C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C813C is #637EC3. Grayscale: #818181. Windows color (decimal): -6520516 or 3965340. OLE color: 3965340.

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

Color convert

RGB 156 129 60 -
CMYK 0 0.17 0.62 0.39
HSL 43.13º 0.44% 0.42% -
HSV(B) 43.13º 0.62% 0.61% -
XYZ 22.38 23.09 7.55 -
YUV 129.21 88.95 147.11 -
System Red Green Blue C M Y K H S L
Decimal 156 129 60 0 0.17 0.62 0.39 43.13 0.44 0.42
Hex 9C 81 3C 0 11 3E 27 2B 2C 2A
Octal 234 201 74 0 21 76 47 53 54 52
Binary 10011100 10000001 111100 0 10001 111110 100111 101011 101100 101010

Color Harmonies of #9C813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C813C

Black with #9C813C

Text Example


Text Example

White with #9C813C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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