Html Css Color HEX #C6901A Buddha Gold

📋 copy color: '#C6901A'

red 198 ◦ green 144 ◦ blue 26

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

Shades of Buddha Gold #C6901A

Tints of Buddha Gold #C6901A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.13%

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

R = 53.8%
G = 39.13%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6901A (or 0xC6901A) is known color: Buddha Gold. HEX triplet: C6, 90 and 1A. RGB value is (198,144,26). Sum of RGB (Red+Green+Blue) = 198+144+26=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C6901A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6901A is #396FE5. Grayscale: #939393. Windows color (decimal): -3764198 or 1740998. OLE color: 1740998.

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

Color convert

RGB 198 144 26 -
CMYK 0 0.27 0.87 0.22
HSL 41.16º 0.77% 0.44% -
HSV(B) 41.16º 0.87% 0.78% -
XYZ 33.45 32.03 5.4 -
YUV 146.69 59.89 164.59 -
System Red Green Blue C M Y K H S L
Decimal 198 144 26 0 0.27 0.87 0.22 41.16 0.77 0.44
Hex C6 90 1A 0 1B 57 16 29 4D 2C
Octal 306 220 32 0 33 127 26 51 115 54
Binary 11000110 10010000 11010 0 11011 1010111 10110 101001 1001101 101100

Color Harmonies of #C6901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6901A

Black with #C6901A

Text Example


Text Example

White with #C6901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6901A; }

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

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

background-color css

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

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

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

border-color css

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

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

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