Html Css Color HEX #C69926 Nugget

📋 copy color: '#C69926'

red 198 ◦ green 153 ◦ blue 38

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

Shades of Nugget #C69926

Tints of Nugget #C69926

RGB

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

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

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

R = 50.9%
G = 39.33%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C69926 (or 0xC69926) is known color: Nugget. HEX triplet: C6, 99 and 26. RGB value is (198,153,38). Sum of RGB (Red+Green+Blue) = 198+153+38=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C69926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69926 is #3966D9. Grayscale: #999999. Windows color (decimal): -3761882 or 2529734. OLE color: 2529734.

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

Color convert

RGB 198 153 38 -
CMYK 0 0.23 0.81 0.22
HSL 43.13º 0.68% 0.46% -
HSV(B) 43.13º 0.81% 0.78% -
XYZ 35.03 34.93 6.73 -
YUV 153.35 62.91 159.85 -
System Red Green Blue C M Y K H S L
Decimal 198 153 38 0 0.23 0.81 0.22 43.13 0.68 0.46
Hex C6 99 26 0 17 51 16 2B 44 2E
Octal 306 231 46 0 27 121 26 53 104 56
Binary 11000110 10011001 100110 0 10111 1010001 10110 101011 1000100 101110

Color Harmonies of #C69926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69926

Black with #C69926

Text Example


Text Example

White with #C69926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69926; }

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

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

background-color css

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

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

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

border-color css

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

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

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