Html Css Color HEX #C6951A Buddha Gold

📋 copy color: '#C6951A'

red 198 ◦ green 149 ◦ blue 26

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

Shades of Buddha Gold #C6951A

Tints of Buddha Gold #C6951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.95%

 BLUE value IS 26 (10.55% from 255) = 6.97%

R = 53.08%
G = 39.95%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6951A (or 0xC6951A) is known color: Buddha Gold. HEX triplet: C6, 95 and 1A. RGB value is (198,149,26). Sum of RGB (Red+Green+Blue) = 198+149+26=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6951A is #396AE5. Grayscale: #969696. Windows color (decimal): -3762918 or 1742278. OLE color: 1742278.

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

Color convert

RGB 198 149 26 -
CMYK 0 0.25 0.87 0.22
HSL 42.91º 0.77% 0.44% -
HSV(B) 42.91º 0.87% 0.78% -
XYZ 34.22 33.58 5.65 -
YUV 149.63 58.23 162.5 -
System Red Green Blue C M Y K H S L
Decimal 198 149 26 0 0.25 0.87 0.22 42.91 0.77 0.44
Hex C6 95 1A 0 19 57 16 2B 4D 2C
Octal 306 225 32 0 31 127 26 53 115 54
Binary 11000110 10010101 11010 0 11001 1010111 10110 101011 1001101 101100

Color Harmonies of #C6951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6951A

Black with #C6951A

Text Example


Text Example

White with #C6951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6951A; }

 p { color: rgb(198,149,26); }

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

background-color css

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

 a { background-color: rgb(198,149,26); }

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

border-color css

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

 span { border-color: rgb(198,149,26); }

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