Html Css Color HEX #C69718 Buddha Gold

📋 copy color: '#C69718'

red 198 ◦ green 151 ◦ blue 24

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

Shades of Buddha Gold #C69718

Tints of Buddha Gold #C69718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.43%

R = 53.08%
G = 40.48%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C69718 (or 0xC69718) is known color: Buddha Gold. HEX triplet: C6, 97 and 18. RGB value is (198,151,24). Sum of RGB (Red+Green+Blue) = 198+151+24=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C69718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69718 is #3968E7. Grayscale: #979797. Windows color (decimal): -3762408 or 1611718. OLE color: 1611718.

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

Color convert

RGB 198 151 24 -
CMYK 0 0.24 0.88 0.22
HSL 43.79º 0.78% 0.44% -
HSV(B) 43.79º 0.88% 0.78% -
XYZ 34.52 34.2 5.65 -
YUV 150.58 56.57 161.83 -
System Red Green Blue C M Y K H S L
Decimal 198 151 24 0 0.24 0.88 0.22 43.79 0.78 0.44
Hex C6 97 18 0 18 58 16 2C 4E 2C
Octal 306 227 30 0 30 130 26 54 116 54
Binary 11000110 10010111 11000 0 11000 1011000 10110 101100 1001110 101100

Color Harmonies of #C69718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69718

Black with #C69718

Text Example


Text Example

White with #C69718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69718; }

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

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

background-color css

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

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

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

border-color css

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

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

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