Html Css Color HEX #C6982B Nugget

📋 copy color: '#C6982B'

red 198 ◦ green 152 ◦ blue 43

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

Shades of Nugget #C6982B

Tints of Nugget #C6982B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.94%

R = 50.38%
G = 38.68%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6982B (or 0xC6982B) is known color: Nugget. HEX triplet: C6, 98 and 2B. RGB value is (198,152,43). Sum of RGB (Red+Green+Blue) = 198+152+43=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6982B is #3967D4. Grayscale: #999999. Windows color (decimal): -3762133 or 2857158. OLE color: 2857158.

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

Color convert

RGB 198 152 43 -
CMYK 0 0.23 0.78 0.22
HSL 42.19º 0.64% 0.47% -
HSV(B) 42.19º 0.78% 0.78% -
XYZ 34.95 34.64 7.13 -
YUV 153.33 65.74 159.86 -
System Red Green Blue C M Y K H S L
Decimal 198 152 43 0 0.23 0.78 0.22 42.19 0.64 0.47
Hex C6 98 2B 0 17 4E 16 2A 40 2F
Octal 306 230 53 0 27 116 26 52 100 57
Binary 11000110 10011000 101011 0 10111 1001110 10110 101010 1000000 101111

Color Harmonies of #C6982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6982B

Black with #C6982B

Text Example


Text Example

White with #C6982B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6982B; }

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

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

background-color css

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

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

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

border-color css

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

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

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