Html Css Color HEX #C6942D Nugget

📋 copy color: '#C6942D'

red 198 ◦ green 148 ◦ blue 45

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

Shades of Nugget #C6942D

Tints of Nugget #C6942D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.85%

 BLUE value IS 45 (17.97% from 255) = 11.51%

R = 50.64%
G = 37.85%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6942D (or 0xC6942D) is known color: Nugget. HEX triplet: C6, 94 and 2D. RGB value is (198,148,45). Sum of RGB (Red+Green+Blue) = 198+148+45=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6942D is #396BD2. Grayscale: #979797. Windows color (decimal): -3763155 or 2987206. OLE color: 2987206.

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

Color convert

RGB 198 148 45 -
CMYK 0 0.25 0.77 0.22
HSL 40.39º 0.63% 0.48% -
HSV(B) 40.39º 0.77% 0.78% -
XYZ 34.35 33.38 7.11 -
YUV 151.21 68.07 161.38 -
System Red Green Blue C M Y K H S L
Decimal 198 148 45 0 0.25 0.77 0.22 40.39 0.63 0.48
Hex C6 94 2D 0 19 4D 16 28 3F 30
Octal 306 224 55 0 31 115 26 50 77 60
Binary 11000110 10010100 101101 0 11001 1001101 10110 101000 111111 110000

Color Harmonies of #C6942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6942D

Black with #C6942D

Text Example


Text Example

White with #C6942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6942D; }

 p { color: rgb(198,148,45); }

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

background-color css

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

 a { background-color: rgb(198,148,45); }

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

border-color css

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

 span { border-color: rgb(198,148,45); }

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