Html Css Color HEX #C6960B Buddha Gold

📋 copy color: '#C6960B'

red 198 ◦ green 150 ◦ blue 11

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

Shades of Buddha Gold #C6960B

Tints of Buddha Gold #C6960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.06%

R = 55.15%
G = 41.78%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6960B (or 0xC6960B) is known color: Buddha Gold. HEX triplet: C6, 96 and 0B. RGB value is (198,150,11). Sum of RGB (Red+Green+Blue) = 198+150+11=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6960B is #3969F4. Grayscale: #959595. Windows color (decimal): -3762677 or 759494. OLE color: 759494.

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

Color convert

RGB 198 150 11 -
CMYK 0 0.24 0.94 0.22
HSL 44.6º 0.89% 0.41% -
HSV(B) 44.6º 0.94% 0.78% -
XYZ 34.26 33.84 5.04 -
YUV 148.51 50.4 163.3 -
System Red Green Blue C M Y K H S L
Decimal 198 150 11 0 0.24 0.94 0.22 44.6 0.89 0.41
Hex C6 96 B 0 18 5E 16 2D 59 29
Octal 306 226 13 0 30 136 26 55 131 51
Binary 11000110 10010110 1011 0 11000 1011110 10110 101101 1011001 101001

Color Harmonies of #C6960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6960B

Black with #C6960B

Text Example


Text Example

White with #C6960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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