Html Css Color HEX #C69513 Buddha Gold

📋 copy color: '#C69513'

red 198 ◦ green 149 ◦ blue 19

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

Shades of Buddha Gold #C69513

Tints of Buddha Gold #C69513

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.71%

 BLUE value IS 19 (7.81% from 255) = 5.19%

R = 54.1%
G = 40.71%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C69513 (or 0xC69513) is known color: Buddha Gold. HEX triplet: C6, 95 and 13. RGB value is (198,149,19). Sum of RGB (Red+Green+Blue) = 198+149+19=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C69513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69513 is #396AEC. Grayscale: #959595. Windows color (decimal): -3762925 or 1283526. OLE color: 1283526.

HSL color Cylindrical-coordinate representation of color #C69513: hue angle of 43.58º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C69513 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 149 19 -
CMYK 0 0.25 0.90 0.22
HSL 43.58º 0.82% 0.43% -
HSV(B) 43.58º 0.9% 0.78% -
XYZ 34.15 33.55 5.29 -
YUV 148.83 54.73 163.07 -
System Red Green Blue C M Y K H S L
Decimal 198 149 19 0 0.25 0.90 0.22 43.58 0.82 0.43
Hex C6 95 13 0 19 5A 16 2C 52 2B
Octal 306 225 23 0 31 132 26 54 122 53
Binary 11000110 10010101 10011 0 11001 1011010 10110 101100 1010010 101011

Color Harmonies of #C69513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69513

Black with #C69513

Text Example


Text Example

White with #C69513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69513; }

 p { color: rgb(198,149,19); }

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

background-color css

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

 a { background-color: rgb(198,149,19); }

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

border-color css

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

 span { border-color: rgb(198,149,19); }

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