Html Css Color HEX #C69C06 Buddha Gold

📋 copy color: '#C69C06'

red 198 ◦ green 156 ◦ blue 6

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

Shades of Buddha Gold #C69C06

Tints of Buddha Gold #C69C06

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.33%

 BLUE value IS 6 (2.73% from 255) = 1.67%

R = 55%
G = 43.33%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C69C06 (or 0xC69C06) is known color: Buddha Gold. HEX triplet: C6, 9C and 06. RGB value is (198,156,6). Sum of RGB (Red+Green+Blue) = 198+156+6=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69C06 is #3963F9. Grayscale: #989898. Windows color (decimal): -3761146 or 433350. OLE color: 433350.

HSL color Cylindrical-coordinate representation of color #C69C06: hue angle of 46.88º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C69C06 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 156 6 -
CMYK 0 0.21 0.97 0.22
HSL 46.88º 0.94% 0.4% -
HSV(B) 46.88º 0.97% 0.78% -
XYZ 35.21 35.8 5.23 -
YUV 151.46 45.91 161.2 -
System Red Green Blue C M Y K H S L
Decimal 198 156 6 0 0.21 0.97 0.22 46.88 0.94 0.4
Hex C6 9C 6 0 15 61 16 2F 5E 28
Octal 306 234 6 0 25 141 26 57 136 50
Binary 11000110 10011100 110 0 10101 1100001 10110 101111 1011110 101000

Color Harmonies of #C69C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69C06

Black with #C69C06

Text Example


Text Example

White with #C69C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69C06; }

 p { color: rgb(198,156,6); }

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

background-color css

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

 a { background-color: rgb(198,156,6); }

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

border-color css

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

 span { border-color: rgb(198,156,6); }

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