Html Css Color HEX #C6961E Buddha Gold

📋 copy color: '#C6961E'

red 198 ◦ green 150 ◦ blue 30

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

Shades of Buddha Gold #C6961E

Tints of Buddha Gold #C6961E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.94%

R = 52.38%
G = 39.68%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6961E (or 0xC6961E) is known color: Buddha Gold. HEX triplet: C6, 96 and 1E. RGB value is (198,150,30). Sum of RGB (Red+Green+Blue) = 198+150+30=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6961E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6961E is #3969E1. Grayscale: #979797. Windows color (decimal): -3762658 or 2004678. OLE color: 2004678.

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

Color convert

RGB 198 150 30 -
CMYK 0 0.24 0.85 0.22
HSL 42.86º 0.74% 0.45% -
HSV(B) 42.86º 0.85% 0.78% -
XYZ 34.43 33.91 5.96 -
YUV 150.67 59.9 161.76 -
System Red Green Blue C M Y K H S L
Decimal 198 150 30 0 0.24 0.85 0.22 42.86 0.74 0.45
Hex C6 96 1E 0 18 55 16 2B 4A 2D
Octal 306 226 36 0 30 125 26 53 112 55
Binary 11000110 10010110 11110 0 11000 1010101 10110 101011 1001010 101101

Color Harmonies of #C6961E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6961E

Black with #C6961E

Text Example


Text Example

White with #C6961E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6961E; }

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

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

background-color css

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

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

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

border-color css

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

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

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