Html Css Color HEX #C6960E Buddha Gold

📋 copy color: '#C6960E'

red 198 ◦ green 150 ◦ blue 14

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

Shades of Buddha Gold #C6960E

Tints of Buddha Gold #C6960E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.87%

R = 54.7%
G = 41.44%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6960E (or 0xC6960E) is known color: Buddha Gold. HEX triplet: C6, 96 and 0E. RGB value is (198,150,14). Sum of RGB (Red+Green+Blue) = 198+150+14=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6960E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6960E is #3969F1. Grayscale: #959595. Windows color (decimal): -3762674 or 956102. OLE color: 956102.

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

Color convert

RGB 198 150 14 -
CMYK 0 0.24 0.93 0.22
HSL 44.35º 0.87% 0.42% -
HSV(B) 44.35º 0.93% 0.78% -
XYZ 34.27 33.85 5.14 -
YUV 148.85 51.9 163.06 -
System Red Green Blue C M Y K H S L
Decimal 198 150 14 0 0.24 0.93 0.22 44.35 0.87 0.42
Hex C6 96 E 0 18 5D 16 2C 57 2A
Octal 306 226 16 0 30 135 26 54 127 52
Binary 11000110 10010110 1110 0 11000 1011101 10110 101100 1010111 101010

Color Harmonies of #C6960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6960E

Black with #C6960E

Text Example


Text Example

White with #C6960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6960E; }

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

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

background-color css

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

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

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

border-color css

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

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

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