#C69B1A

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

Shades of Buddha Gold #C69B1A

Tints of Buddha Gold #C69B1A

Color information

#C69B1A (or 0xC69B1A) is unknown color: approx Buddha Gold. HEX triplet: C6, 9B and 1A. RGB value is (198,155,26). Sum of RGB (Red+Green+Blue) = 198+155+26=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69B1A is #3964E5. Grayscale: #999999. Windows color (decimal): -3761382 or 1743814. OLE color: 1743814.

HSL color Cylindrical-coordinate representation of color #C69B1A: hue angle of 45º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C69B1A is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB19815526-
CMYK00.220.870.22
HSL45º76.79%43.92%-
HSV(B)45º86.87%77.65%-
XYZ35.235.525.98-
YUV153.1556.25159.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.24%
GREEN value IS 155 (60.94% from 255) = 40.90%
BLUE value IS 26 (10.55% from 255) = 6.86%
R=52.24%
G=40.90%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981552600.220.870.224576.7943.92
HexC69B1A01657162d4d2c
Octal30623332026127265511554
Binary1100011010011011110100101101010111101101011011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69B1A; }

 p { color: rgb(198,155,26); }

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

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

 a { background-color: rgb(198,155,26); }

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

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

 span { border-color: rgb(198,155,26); }

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