Html Css Color HEX #C69612 Buddha Gold

📋 copy color: '#C69612'

red 198 ◦ green 150 ◦ blue 18

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

Shades of Buddha Gold #C69612

Tints of Buddha Gold #C69612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.92%

R = 54.1%
G = 40.98%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C69612 (or 0xC69612) is known color: Buddha Gold. HEX triplet: C6, 96 and 12. RGB value is (198,150,18). Sum of RGB (Red+Green+Blue) = 198+150+18=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C69612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69612 is #3969ED. Grayscale: #959595. Windows color (decimal): -3762670 or 1218246. OLE color: 1218246.

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

Color convert

RGB 198 150 18 -
CMYK 0 0.24 0.91 0.22
HSL 44º 0.83% 0.42% -
HSV(B) 44º 0.91% 0.78% -
XYZ 34.3 33.86 5.3 -
YUV 149.3 53.9 162.73 -
System Red Green Blue C M Y K H S L
Decimal 198 150 18 0 0.24 0.91 0.22 44 0.83 0.42
Hex C6 96 12 0 18 5B 16 2C 53 2A
Octal 306 226 22 0 30 133 26 54 123 52
Binary 11000110 10010110 10010 0 11000 1011011 10110 101100 1010011 101010

Color Harmonies of #C69612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69612

Black with #C69612

Text Example


Text Example

White with #C69612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69612; }

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

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

background-color css

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

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

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

border-color css

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

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

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