Html Css Color HEX #C6991C Buddha Gold

📋 copy color: '#C6991C'

red 198 ◦ green 153 ◦ blue 28

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

Shades of Buddha Gold #C6991C

Tints of Buddha Gold #C6991C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.37%

 BLUE value IS 28 (11.33% from 255) = 7.39%

R = 52.24%
G = 40.37%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6991C (or 0xC6991C) is known color: Buddha Gold. HEX triplet: C6, 99 and 1C. RGB value is (198,153,28). Sum of RGB (Red+Green+Blue) = 198+153+28=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C6991C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6991C is #3966E3. Grayscale: #989898. Windows color (decimal): -3761892 or 1874374. OLE color: 1874374.

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

Color convert

RGB 198 153 28 -
CMYK 0 0.23 0.86 0.22
HSL 44.12º 0.75% 0.44% -
HSV(B) 44.12º 0.86% 0.78% -
XYZ 34.89 34.87 5.99 -
YUV 152.21 57.91 160.66 -
System Red Green Blue C M Y K H S L
Decimal 198 153 28 0 0.23 0.86 0.22 44.12 0.75 0.44
Hex C6 99 1C 0 17 56 16 2C 4B 2C
Octal 306 231 34 0 27 126 26 54 113 54
Binary 11000110 10011001 11100 0 10111 1010110 10110 101100 1001011 101100

Color Harmonies of #C6991C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6991C

Black with #C6991C

Text Example


Text Example

White with #C6991C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6991C; }

 p { color: rgb(198,153,28); }

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

background-color css

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

 a { background-color: rgb(198,153,28); }

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

border-color css

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

 span { border-color: rgb(198,153,28); }

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