#C69F1F

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

Shades of Buddha Gold #C69F1F

Tints of Buddha Gold #C69F1F

Color information

#C69F1F (or 0xC69F1F) is unknown color: approx Buddha Gold. HEX triplet: C6, 9F and 1F. RGB value is (198,159,31). Sum of RGB (Red+Green+Blue) = 198+159+31=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69F1F is #3960E0. Grayscale: #9C9C9C. Windows color (decimal): -3760353 or 2072518. OLE color: 2072518.

HSL color Cylindrical-coordinate representation of color #C69F1F: hue angle of 45.99º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C69F1F is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB19815931-
CMYK00.200.840.22
HSL45.99º72.93%44.9%-
HSV(B)45.99º84.34%77.65%-
XYZ35.9336.96.52-
YUV156.0757.42157.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.03%
GREEN value IS 159 (62.5% from 255) = 40.98%
BLUE value IS 31 (12.5% from 255) = 7.99%
R=51.03%
G=40.98%
B=7.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981593100.200.840.2245.9972.9344.9
HexC69F1F01454162e492d
Octal30623737024124265611155
Binary1100011010011111111110101001010100101101011101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69F1F; }

 p { color: rgb(198,159,31); }

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

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

 a { background-color: rgb(198,159,31); }

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

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

 span { border-color: rgb(198,159,31); }

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