Html Css Color HEX #C6992A Nugget

📋 copy color: '#C6992A'

red 198 ◦ green 153 ◦ blue 42

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

Shades of Nugget #C6992A

Tints of Nugget #C6992A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.93%

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

R = 50.38%
G = 38.93%
B = 10.69%

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

#C6992A (or 0xC6992A) is known color: Nugget. HEX triplet: C6, 99 and 2A. RGB value is (198,153,42). Sum of RGB (Red+Green+Blue) = 198+153+42=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6992A is #3966D5. Grayscale: #9A9A9A. Windows color (decimal): -3761878 or 2791878. OLE color: 2791878.

HSL color Cylindrical-coordinate representation of color #C6992A: hue angle of 42.69º 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 #C6992A is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 153 42 -
CMYK 0 0.23 0.79 0.22
HSL 42.69º 0.65% 0.47% -
HSV(B) 42.69º 0.79% 0.78% -
XYZ 35.1 34.96 7.09 -
YUV 153.8 64.91 159.53 -
System Red Green Blue C M Y K H S L
Decimal 198 153 42 0 0.23 0.79 0.22 42.69 0.65 0.47
Hex C6 99 2A 0 17 4F 16 2B 41 2F
Octal 306 231 52 0 27 117 26 53 101 57
Binary 11000110 10011001 101010 0 10111 1001111 10110 101011 1000001 101111

Color Harmonies of #C6992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6992A

Black with #C6992A

Text Example


Text Example

White with #C6992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6992A; }

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

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

background-color css

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

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

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

border-color css

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

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

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