Html Css Color HEX #C69924 Nugget

📋 copy color: '#C69924'

red 198 ◦ green 153 ◦ blue 36

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

Shades of Nugget #C69924

Tints of Nugget #C69924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.3%

R = 51.16%
G = 39.53%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C69924 (or 0xC69924) is known color: Nugget. HEX triplet: C6, 99 and 24. RGB value is (198,153,36). Sum of RGB (Red+Green+Blue) = 198+153+36=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C69924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69924 is #3966DB. Grayscale: #999999. Windows color (decimal): -3761884 or 2398662. OLE color: 2398662.

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

Color convert

RGB 198 153 36 -
CMYK 0 0.23 0.82 0.22
HSL 43.33º 0.69% 0.46% -
HSV(B) 43.33º 0.82% 0.78% -
XYZ 35 34.92 6.56 -
YUV 153.12 61.91 160.01 -
System Red Green Blue C M Y K H S L
Decimal 198 153 36 0 0.23 0.82 0.22 43.33 0.69 0.46
Hex C6 99 24 0 17 52 16 2B 45 2E
Octal 306 231 44 0 27 122 26 53 105 56
Binary 11000110 10011001 100100 0 10111 1010010 10110 101011 1000101 101110

Color Harmonies of #C69924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69924

Black with #C69924

Text Example


Text Example

White with #C69924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69924; }

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

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

background-color css

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

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

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

border-color css

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

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

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