Html Css Color HEX #C68D19 Nugget

📋 copy color: '#C68D19'

red 198 ◦ green 141 ◦ blue 25

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

Shades of Nugget #C68D19

Tints of Nugget #C68D19

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.74%

 BLUE value IS 25 (10.16% from 255) = 6.87%

R = 54.4%
G = 38.74%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C68D19 (or 0xC68D19) is known color: Nugget. HEX triplet: C6, 8D and 19. RGB value is (198,141,25). Sum of RGB (Red+Green+Blue) = 198+141+25=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68D19 is #3972E6. Grayscale: #919191. Windows color (decimal): -3764967 or 1674694. OLE color: 1674694.

HSL color Cylindrical-coordinate representation of color #C68D19: hue angle of 40.23º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C68D19 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 141 25 -
CMYK 0 0.29 0.87 0.22
HSL 40.23º 0.78% 0.44% -
HSV(B) 40.23º 0.87% 0.78% -
XYZ 32.99 31.13 5.19 -
YUV 144.82 60.38 165.93 -
System Red Green Blue C M Y K H S L
Decimal 198 141 25 0 0.29 0.87 0.22 40.23 0.78 0.44
Hex C6 8D 19 0 1D 57 16 28 4E 2C
Octal 306 215 31 0 35 127 26 50 116 54
Binary 11000110 10001101 11001 0 11101 1010111 10110 101000 1001110 101100

Color Harmonies of #C68D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68D19

Black with #C68D19

Text Example


Text Example

White with #C68D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68D19; }

 p { color: rgb(198,141,25); }

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

background-color css

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

 a { background-color: rgb(198,141,25); }

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

border-color css

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

 span { border-color: rgb(198,141,25); }

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