Html Css Color HEX #C69929 Nugget

📋 copy color: '#C69929'

red 198 ◦ green 153 ◦ blue 41

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

Shades of Nugget #C69929

Tints of Nugget #C69929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.46%

R = 50.51%
G = 39.03%
B = 10.46%

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

#C69929 (or 0xC69929) is known color: Nugget. HEX triplet: C6, 99 and 29. RGB value is (198,153,41). Sum of RGB (Red+Green+Blue) = 198+153+41=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C69929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69929 is #3966D6. Grayscale: #9A9A9A. Windows color (decimal): -3761879 or 2726342. OLE color: 2726342.

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

Color convert

RGB 198 153 41 -
CMYK 0 0.23 0.79 0.22
HSL 42.8º 0.66% 0.47% -
HSV(B) 42.8º 0.79% 0.78% -
XYZ 35.08 34.95 6.99 -
YUV 153.69 64.41 159.61 -
System Red Green Blue C M Y K H S L
Decimal 198 153 41 0 0.23 0.79 0.22 42.8 0.66 0.47
Hex C6 99 29 0 17 4F 16 2B 42 2F
Octal 306 231 51 0 27 117 26 53 102 57
Binary 11000110 10011001 101001 0 10111 1001111 10110 101011 1000010 101111

Color Harmonies of #C69929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69929

Black with #C69929

Text Example


Text Example

White with #C69929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69929; }

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

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

background-color css

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

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

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

border-color css

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

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

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