Html Css Color HEX #C6961A Buddha Gold

📋 copy color: '#C6961A'

red 198 ◦ green 150 ◦ blue 26

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

Shades of Buddha Gold #C6961A

Tints of Buddha Gold #C6961A

RGB

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

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

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

R = 52.94%
G = 40.11%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6961A (or 0xC6961A) is known color: Buddha Gold. HEX triplet: C6, 96 and 1A. RGB value is (198,150,26). Sum of RGB (Red+Green+Blue) = 198+150+26=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6961A is #3969E5. Grayscale: #969696. Windows color (decimal): -3762662 or 1742534. OLE color: 1742534.

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

Color convert

RGB 198 150 26 -
CMYK 0 0.24 0.87 0.22
HSL 43.26º 0.77% 0.44% -
HSV(B) 43.26º 0.87% 0.78% -
XYZ 34.38 33.89 5.71 -
YUV 150.22 57.9 162.08 -
System Red Green Blue C M Y K H S L
Decimal 198 150 26 0 0.24 0.87 0.22 43.26 0.77 0.44
Hex C6 96 1A 0 18 57 16 2B 4D 2C
Octal 306 226 32 0 30 127 26 53 115 54
Binary 11000110 10010110 11010 0 11000 1010111 10110 101011 1001101 101100

Color Harmonies of #C6961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6961A

Black with #C6961A

Text Example


Text Example

White with #C6961A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6961A; }

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

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

background-color css

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

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

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

border-color css

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

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

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