Html Css Color HEX #C6970B Buddha Gold

📋 copy color: '#C6970B'

red 198 ◦ green 151 ◦ blue 11

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

Shades of Buddha Gold #C6970B

Tints of Buddha Gold #C6970B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.94%

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

R = 55%
G = 41.94%
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

#C6970B (or 0xC6970B) is known color: Buddha Gold. HEX triplet: C6, 97 and 0B. RGB value is (198,151,11). Sum of RGB (Red+Green+Blue) = 198+151+11=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C6970B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6970B is #3968F4. Grayscale: #959595. Windows color (decimal): -3762421 or 759750. OLE color: 759750.

HSL color Cylindrical-coordinate representation of color #C6970B: hue angle of 44.92º 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 #C6970B is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 151 11 -
CMYK 0 0.24 0.94 0.22
HSL 44.92º 0.89% 0.41% -
HSV(B) 44.92º 0.94% 0.78% -
XYZ 34.42 34.16 5.1 -
YUV 149.09 50.07 162.88 -
System Red Green Blue C M Y K H S L
Decimal 198 151 11 0 0.24 0.94 0.22 44.92 0.89 0.41
Hex C6 97 B 0 18 5E 16 2D 59 29
Octal 306 227 13 0 30 136 26 55 131 51
Binary 11000110 10010111 1011 0 11000 1011110 10110 101101 1011001 101001

Color Harmonies of #C6970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6970B

Black with #C6970B

Text Example


Text Example

White with #C6970B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6970B; }

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

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

background-color css

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

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

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

border-color css

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

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

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