Html Css Color HEX #9C853D Reef Gold

📋 copy color: '#9C853D'

red 156 ◦ green 133 ◦ blue 61

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

Shades of Reef Gold #9C853D

Tints of Reef Gold #9C853D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38%

 BLUE value IS 61 (24.22% from 255) = 17.43%

R = 44.57%
G = 38%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9C853D (or 0x9C853D) is known color: Reef Gold. HEX triplet: 9C, 85 and 3D. RGB value is (156,133,61). Sum of RGB (Red+Green+Blue) = 156+133+61=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C853D is #637AC2. Grayscale: #838383. Windows color (decimal): -6519491 or 4031900. OLE color: 4031900.

HSL color Cylindrical-coordinate representation of color #9C853D: hue angle of 45.47º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C853D is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 133 61 -
CMYK 0 0.15 0.61 0.39
HSL 45.47º 0.44% 0.43% -
HSV(B) 45.47º 0.61% 0.61% -
XYZ 22.94 24.18 7.87 -
YUV 131.67 88.12 145.35 -
System Red Green Blue C M Y K H S L
Decimal 156 133 61 0 0.15 0.61 0.39 45.47 0.44 0.43
Hex 9C 85 3D 0 F 3D 27 2D 2C 2B
Octal 234 205 75 0 17 75 47 55 54 53
Binary 10011100 10000101 111101 0 1111 111101 100111 101101 101100 101011

Color Harmonies of #9C853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C853D

Black with #9C853D

Text Example


Text Example

White with #9C853D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,133,61); }

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

background-color css

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

 a { background-color: rgb(156,133,61); }

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

border-color css

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

 span { border-color: rgb(156,133,61); }

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