Html Css Color HEX #C69611 Buddha Gold

📋 copy color: '#C69611'

red 198 ◦ green 150 ◦ blue 17

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

Shades of Buddha Gold #C69611

Tints of Buddha Gold #C69611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.66%

R = 54.25%
G = 41.1%
B = 4.66%

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

#C69611 (or 0xC69611) is known color: Buddha Gold. HEX triplet: C6, 96 and 11. RGB value is (198,150,17). Sum of RGB (Red+Green+Blue) = 198+150+17=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C69611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69611 is #3969EE. Grayscale: #959595. Windows color (decimal): -3762671 or 1152710. OLE color: 1152710.

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

Color convert

RGB 198 150 17 -
CMYK 0 0.24 0.91 0.22
HSL 44.09º 0.84% 0.42% -
HSV(B) 44.09º 0.91% 0.78% -
XYZ 34.3 33.86 5.26 -
YUV 149.19 53.4 162.81 -
System Red Green Blue C M Y K H S L
Decimal 198 150 17 0 0.24 0.91 0.22 44.09 0.84 0.42
Hex C6 96 11 0 18 5B 16 2C 54 2A
Octal 306 226 21 0 30 133 26 54 124 52
Binary 11000110 10010110 10001 0 11000 1011011 10110 101100 1010100 101010

Color Harmonies of #C69611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69611

Black with #C69611

Text Example


Text Example

White with #C69611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69611; }

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

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

background-color css

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

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

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

border-color css

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

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

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