#C69627

Color #C69627 Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #C69627

Tints of Nugget #C69627

Color information

#C69627 (or 0xC69627) is unknown color: approx Nugget. HEX triplet: C6, 96 and 27. RGB value is (198,150,39). Sum of RGB (Red+Green+Blue) = 198+150+39=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 39 (15.62% from 255 or 10.08% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C69627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69627 is #3969D8. Grayscale: #989898. Windows color (decimal): -3762649 or 2594502. OLE color: 2594502.

HSL color Cylindrical-coordinate representation of color #C69627: hue angle of 41.89º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C69627 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB19815039-
CMYK00.240.800.22
HSL41.89º67.09%46.47%-
HSV(B)41.89º80.3%77.65%-
XYZ34.5633.966.65-
YUV151.764.4161.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.16%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 39 (15.62% from 255) = 10.08%
R=51.16%
G=38.76%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981503900.240.800.2241.8967.0946.47
HexC6962701850162a432e
Octal30622647030120265210356
Binary11000110100101101001110110001010000101101010101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69627; }

 p { color: rgb(198,150,39); }

 H1.HeaderClassName
 {
   color: #C69627;
 }
 .AnyTagClassName
 {
   color: #C69627;
 }
</style>
background-color css

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

 a { background-color: rgb(198,150,39); }

 div.DivClassName
 {
   background-color: #C69627;
 }
 .BgClassName
 {
   background-color: #C69627;
 }
</style>
border-color css

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

 span { border-color: rgb(198,150,39); }

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