Html Css Color HEX #C6940F Buddha Gold

📋 copy color: '#C6940F'

red 198 ◦ green 148 ◦ blue 15

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

Shades of Buddha Gold #C6940F

Tints of Buddha Gold #C6940F

RGB

 RED value IS 198 (77.73% from 255) = 54.85%

 GREEN value IS 148 (58.2% from 255) = 41%

 BLUE value IS 15 (6.25% from 255) = 4.16%

R = 54.85%
G = 41%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6940F (or 0xC6940F) is known color: Buddha Gold. HEX triplet: C6, 94 and 0F. RGB value is (198,148,15). Sum of RGB (Red+Green+Blue) = 198+148+15=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6940F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6940F is #396BF0. Grayscale: #949494. Windows color (decimal): -3763185 or 1021126. OLE color: 1021126.

HSL color Cylindrical-coordinate representation of color #C6940F: hue angle of 43.61º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6940F is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 148 15 -
CMYK 0 0.25 0.92 0.22
HSL 43.61º 0.86% 0.42% -
HSV(B) 43.61º 0.92% 0.78% -
XYZ 33.96 33.22 5.07 -
YUV 147.79 53.07 163.81 -
System Red Green Blue C M Y K H S L
Decimal 198 148 15 0 0.25 0.92 0.22 43.61 0.86 0.42
Hex C6 94 F 0 19 5C 16 2C 56 2A
Octal 306 224 17 0 31 134 26 54 126 52
Binary 11000110 10010100 1111 0 11001 1011100 10110 101100 1010110 101010

Color Harmonies of #C6940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6940F

Black with #C6940F

Text Example


Text Example

White with #C6940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6940F; }

 p { color: rgb(198,148,15); }

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

background-color css

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

 a { background-color: rgb(198,148,15); }

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

border-color css

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

 span { border-color: rgb(198,148,15); }

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