Html Css Color HEX #C69610 Buddha Gold

📋 copy color: '#C69610'

red 198 ◦ green 150 ◦ blue 16

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

Shades of Buddha Gold #C69610

Tints of Buddha Gold #C69610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.21%

 BLUE value IS 16 (6.64% from 255) = 4.4%

R = 54.4%
G = 41.21%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C69610 (or 0xC69610) is known color: Buddha Gold. HEX triplet: C6, 96 and 10. RGB value is (198,150,16). Sum of RGB (Red+Green+Blue) = 198+150+16=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C69610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69610 is #3969EF. Grayscale: #959595. Windows color (decimal): -3762672 or 1087174. OLE color: 1087174.

HSL color Cylindrical-coordinate representation of color #C69610: hue angle of 44.18º degrees, saturation: 0.85, 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 #C69610 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 150 16 -
CMYK 0 0.24 0.92 0.22
HSL 44.18º 0.85% 0.42% -
HSV(B) 44.18º 0.92% 0.78% -
XYZ 34.29 33.86 5.22 -
YUV 149.08 52.9 162.9 -
System Red Green Blue C M Y K H S L
Decimal 198 150 16 0 0.24 0.92 0.22 44.18 0.85 0.42
Hex C6 96 10 0 18 5C 16 2C 55 2A
Octal 306 226 20 0 30 134 26 54 125 52
Binary 11000110 10010110 10000 0 11000 1011100 10110 101100 1010101 101010

Color Harmonies of #C69610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69610

Black with #C69610

Text Example


Text Example

White with #C69610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69610; }

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

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

background-color css

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

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

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

border-color css

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

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

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