Html Css Color HEX #C6991B Buddha Gold

📋 copy color: '#C6991B'

red 198 ◦ green 153 ◦ blue 27

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

Shades of Buddha Gold #C6991B

Tints of Buddha Gold #C6991B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.14%

R = 52.38%
G = 40.48%
B = 7.14%

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

#C6991B (or 0xC6991B) is known color: Buddha Gold. HEX triplet: C6, 99 and 1B. RGB value is (198,153,27). Sum of RGB (Red+Green+Blue) = 198+153+27=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6991B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6991B is #3966E4. Grayscale: #989898. Windows color (decimal): -3761893 or 1808838. OLE color: 1808838.

HSL color Cylindrical-coordinate representation of color #C6991B: hue angle of 44.21º degrees, saturation: 0.76, 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 #C6991B is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 153 27 -
CMYK 0 0.23 0.86 0.22
HSL 44.21º 0.76% 0.44% -
HSV(B) 44.21º 0.86% 0.78% -
XYZ 34.88 34.87 5.93 -
YUV 152.09 57.41 160.75 -
System Red Green Blue C M Y K H S L
Decimal 198 153 27 0 0.23 0.86 0.22 44.21 0.76 0.44
Hex C6 99 1B 0 17 56 16 2C 4C 2C
Octal 306 231 33 0 27 126 26 54 114 54
Binary 11000110 10011001 11011 0 10111 1010110 10110 101100 1001100 101100

Color Harmonies of #C6991B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6991B

Black with #C6991B

Text Example


Text Example

White with #C6991B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6991B; }

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

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

background-color css

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

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

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

border-color css

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

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

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