Html Css Color HEX #C69617 Buddha Gold

📋 copy color: '#C69617'

red 198 ◦ green 150 ◦ blue 23

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

Shades of Buddha Gold #C69617

Tints of Buddha Gold #C69617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.2%

R = 53.37%
G = 40.43%
B = 6.2%

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

#C69617 (or 0xC69617) is known color: Buddha Gold. HEX triplet: C6, 96 and 17. RGB value is (198,150,23). Sum of RGB (Red+Green+Blue) = 198+150+23=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C69617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69617 is #3969E8. Grayscale: #969696. Windows color (decimal): -3762665 or 1545926. OLE color: 1545926.

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

Color convert

RGB 198 150 23 -
CMYK 0 0.24 0.88 0.22
HSL 43.54º 0.79% 0.43% -
HSV(B) 43.54º 0.88% 0.78% -
XYZ 34.35 33.88 5.54 -
YUV 149.87 56.4 162.33 -
System Red Green Blue C M Y K H S L
Decimal 198 150 23 0 0.24 0.88 0.22 43.54 0.79 0.43
Hex C6 96 17 0 18 58 16 2C 4F 2B
Octal 306 226 27 0 30 130 26 54 117 53
Binary 11000110 10010110 10111 0 11000 1011000 10110 101100 1001111 101011

Color Harmonies of #C69617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69617

Black with #C69617

Text Example


Text Example

White with #C69617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69617; }

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

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

background-color css

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

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

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

border-color css

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

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

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