Html Css Color HEX #C69421 Nugget

📋 copy color: '#C69421'

red 198 ◦ green 148 ◦ blue 33

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

Shades of Nugget #C69421

Tints of Nugget #C69421

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.05%

 BLUE value IS 33 (13.28% from 255) = 8.71%

R = 52.24%
G = 39.05%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C69421 (or 0xC69421) is known color: Nugget. HEX triplet: C6, 94 and 21. RGB value is (198,148,33). Sum of RGB (Red+Green+Blue) = 198+148+33=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C69421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69421 is #396BDE. Grayscale: #969696. Windows color (decimal): -3763167 or 2200774. OLE color: 2200774.

HSL color Cylindrical-coordinate representation of color #C69421: hue angle of 41.82º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C69421 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 148 33 -
CMYK 0 0.25 0.83 0.22
HSL 41.82º 0.71% 0.45% -
HSV(B) 41.82º 0.83% 0.78% -
XYZ 34.15 33.3 6.07 -
YUV 149.84 62.07 162.35 -
System Red Green Blue C M Y K H S L
Decimal 198 148 33 0 0.25 0.83 0.22 41.82 0.71 0.45
Hex C6 94 21 0 19 53 16 2A 47 2D
Octal 306 224 41 0 31 123 26 52 107 55
Binary 11000110 10010100 100001 0 11001 1010011 10110 101010 1000111 101101

Color Harmonies of #C69421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69421

Black with #C69421

Text Example


Text Example

White with #C69421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69421; }

 p { color: rgb(198,148,33); }

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

background-color css

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

 a { background-color: rgb(198,148,33); }

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

border-color css

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

 span { border-color: rgb(198,148,33); }

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