Html Css Color HEX #C69623 Nugget

📋 copy color: '#C69623'

red 198 ◦ green 150 ◦ blue 35

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

Shades of Nugget #C69623

Tints of Nugget #C69623

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.16%

 BLUE value IS 35 (14.06% from 255) = 9.14%

R = 51.7%
G = 39.16%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C69623 (or 0xC69623) is known color: Nugget. HEX triplet: C6, 96 and 23. RGB value is (198,150,35). Sum of RGB (Red+Green+Blue) = 198+150+35=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C69623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69623 is #3969DC. Grayscale: #979797. Windows color (decimal): -3762653 or 2332358. OLE color: 2332358.

HSL color Cylindrical-coordinate representation of color #C69623: hue angle of 42.33º degrees, saturation: 0.7, 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 #C69623 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 150 35 -
CMYK 0 0.24 0.82 0.22
HSL 42.33º 0.7% 0.46% -
HSV(B) 42.33º 0.82% 0.78% -
XYZ 34.5 33.94 6.32 -
YUV 151.24 62.4 161.35 -
System Red Green Blue C M Y K H S L
Decimal 198 150 35 0 0.24 0.82 0.22 42.33 0.7 0.46
Hex C6 96 23 0 18 52 16 2A 46 2E
Octal 306 226 43 0 30 122 26 52 106 56
Binary 11000110 10010110 100011 0 11000 1010010 10110 101010 1000110 101110

Color Harmonies of #C69623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69623

Black with #C69623

Text Example


Text Example

White with #C69623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69623; }

 p { color: rgb(198,150,35); }

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

background-color css

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

 a { background-color: rgb(198,150,35); }

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

border-color css

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

 span { border-color: rgb(198,150,35); }

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