Html Css Color HEX #C6961C Buddha Gold

📋 copy color: '#C6961C'

red 198 ◦ green 150 ◦ blue 28

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

Shades of Buddha Gold #C6961C

Tints of Buddha Gold #C6961C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.45%

R = 52.66%
G = 39.89%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6961C (or 0xC6961C) is known color: Buddha Gold. HEX triplet: C6, 96 and 1C. RGB value is (198,150,28). Sum of RGB (Red+Green+Blue) = 198+150+28=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6961C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6961C is #3969E3. Grayscale: #969696. Windows color (decimal): -3762660 or 1873606. OLE color: 1873606.

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

Color convert

RGB 198 150 28 -
CMYK 0 0.24 0.86 0.22
HSL 43.06º 0.75% 0.44% -
HSV(B) 43.06º 0.86% 0.78% -
XYZ 34.4 33.9 5.83 -
YUV 150.44 58.9 161.92 -
System Red Green Blue C M Y K H S L
Decimal 198 150 28 0 0.24 0.86 0.22 43.06 0.75 0.44
Hex C6 96 1C 0 18 56 16 2B 4B 2C
Octal 306 226 34 0 30 126 26 53 113 54
Binary 11000110 10010110 11100 0 11000 1010110 10110 101011 1001011 101100

Color Harmonies of #C6961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6961C

Black with #C6961C

Text Example


Text Example

White with #C6961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6961C; }

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

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

background-color css

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

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

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

border-color css

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

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

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