Html Css Color HEX #C6982A Nugget

📋 copy color: '#C6982A'

red 198 ◦ green 152 ◦ blue 42

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

Shades of Nugget #C6982A

Tints of Nugget #C6982A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.78%

 BLUE value IS 42 (16.8% from 255) = 10.71%

R = 50.51%
G = 38.78%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6982A (or 0xC6982A) is known color: Nugget. HEX triplet: C6, 98 and 2A. RGB value is (198,152,42). Sum of RGB (Red+Green+Blue) = 198+152+42=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C6982A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6982A is #3967D5. Grayscale: #999999. Windows color (decimal): -3762134 or 2791622. OLE color: 2791622.

HSL color Cylindrical-coordinate representation of color #C6982A: hue angle of 42.31º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6982A is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 152 42 -
CMYK 0 0.23 0.79 0.22
HSL 42.31º 0.65% 0.47% -
HSV(B) 42.31º 0.79% 0.78% -
XYZ 34.93 34.63 7.03 -
YUV 153.21 65.24 159.94 -
System Red Green Blue C M Y K H S L
Decimal 198 152 42 0 0.23 0.79 0.22 42.31 0.65 0.47
Hex C6 98 2A 0 17 4F 16 2A 41 2F
Octal 306 230 52 0 27 117 26 52 101 57
Binary 11000110 10011000 101010 0 10111 1001111 10110 101010 1000001 101111

Color Harmonies of #C6982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6982A

Black with #C6982A

Text Example


Text Example

White with #C6982A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6982A; }

 p { color: rgb(198,152,42); }

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

background-color css

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

 a { background-color: rgb(198,152,42); }

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

border-color css

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

 span { border-color: rgb(198,152,42); }

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