Html Css Color HEX #9C8635 Reef Gold

📋 copy color: '#9C8635'

red 156 ◦ green 134 ◦ blue 53

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

Shades of Reef Gold #9C8635

Tints of Reef Gold #9C8635

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.07%

 BLUE value IS 53 (21.09% from 255) = 15.45%

R = 45.48%
G = 39.07%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9C8635 (or 0x9C8635) is known color: Reef Gold. HEX triplet: 9C, 86 and 35. RGB value is (156,134,53). Sum of RGB (Red+Green+Blue) = 156+134+53=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8635 is #6379CA. Grayscale: #838383. Windows color (decimal): -6519243 or 3507868. OLE color: 3507868.

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

Color convert

RGB 156 134 53 -
CMYK 0 0.14 0.66 0.39
HSL 47.18º 0.49% 0.41% -
HSV(B) 47.18º 0.66% 0.61% -
XYZ 22.88 24.38 6.87 -
YUV 131.34 83.79 145.59 -
System Red Green Blue C M Y K H S L
Decimal 156 134 53 0 0.14 0.66 0.39 47.18 0.49 0.41
Hex 9C 86 35 0 E 42 27 2F 31 29
Octal 234 206 65 0 16 102 47 57 61 51
Binary 10011100 10000110 110101 0 1110 1000010 100111 101111 110001 101001

Color Harmonies of #9C8635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8635

Black with #9C8635

Text Example


Text Example

White with #9C8635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,134,53); }

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

background-color css

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

 a { background-color: rgb(156,134,53); }

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

border-color css

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

 span { border-color: rgb(156,134,53); }

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