Html Css Color HEX #C69526 Nugget

📋 copy color: '#C69526'

red 198 ◦ green 149 ◦ blue 38

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

Shades of Nugget #C69526

Tints of Nugget #C69526

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.7%

 BLUE value IS 38 (15.23% from 255) = 9.87%

R = 51.43%
G = 38.7%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C69526 (or 0xC69526) is known color: Nugget. HEX triplet: C6, 95 and 26. RGB value is (198,149,38). Sum of RGB (Red+Green+Blue) = 198+149+38=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C69526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69526 is #396AD9. Grayscale: #979797. Windows color (decimal): -3762906 or 2528710. OLE color: 2528710.

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

Color convert

RGB 198 149 38 -
CMYK 0 0.25 0.81 0.22
HSL 41.63º 0.68% 0.46% -
HSV(B) 41.63º 0.81% 0.78% -
XYZ 34.39 33.64 6.51 -
YUV 151 64.23 161.53 -
System Red Green Blue C M Y K H S L
Decimal 198 149 38 0 0.25 0.81 0.22 41.63 0.68 0.46
Hex C6 95 26 0 19 51 16 2A 44 2E
Octal 306 225 46 0 31 121 26 52 104 56
Binary 11000110 10010101 100110 0 11001 1010001 10110 101010 1000100 101110

Color Harmonies of #C69526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69526

Black with #C69526

Text Example


Text Example

White with #C69526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69526; }

 p { color: rgb(198,149,38); }

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

background-color css

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

 a { background-color: rgb(198,149,38); }

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

border-color css

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

 span { border-color: rgb(198,149,38); }

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