Html Css Color HEX #C69716 Buddha Gold

📋 copy color: '#C69716'

red 198 ◦ green 151 ◦ blue 22

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

Shades of Buddha Gold #C69716

Tints of Buddha Gold #C69716

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.7%

 BLUE value IS 22 (8.98% from 255) = 5.93%

R = 53.37%
G = 40.7%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C69716 (or 0xC69716) is known color: Buddha Gold. HEX triplet: C6, 97 and 16. RGB value is (198,151,22). Sum of RGB (Red+Green+Blue) = 198+151+22=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C69716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69716 is #3968E9. Grayscale: #969696. Windows color (decimal): -3762410 or 1480646. OLE color: 1480646.

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

Color convert

RGB 198 151 22 -
CMYK 0 0.24 0.89 0.22
HSL 43.98º 0.8% 0.43% -
HSV(B) 43.98º 0.89% 0.78% -
XYZ 34.5 34.2 5.54 -
YUV 150.35 55.57 161.99 -
System Red Green Blue C M Y K H S L
Decimal 198 151 22 0 0.24 0.89 0.22 43.98 0.8 0.43
Hex C6 97 16 0 18 59 16 2C 50 2B
Octal 306 227 26 0 30 131 26 54 120 53
Binary 11000110 10010111 10110 0 11000 1011001 10110 101100 1010000 101011

Color Harmonies of #C69716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69716

Black with #C69716

Text Example


Text Example

White with #C69716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69716; }

 p { color: rgb(198,151,22); }

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

background-color css

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

 a { background-color: rgb(198,151,22); }

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

border-color css

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

 span { border-color: rgb(198,151,22); }

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