Html Css Color HEX #C68E1A Nugget

📋 copy color: '#C68E1A'

red 198 ◦ green 142 ◦ blue 26

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

Shades of Nugget #C68E1A

Tints of Nugget #C68E1A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.8%

 BLUE value IS 26 (10.55% from 255) = 7.1%

R = 54.1%
G = 38.8%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C68E1A (or 0xC68E1A) is known color: Nugget. HEX triplet: C6, 8E and 1A. RGB value is (198,142,26). Sum of RGB (Red+Green+Blue) = 198+142+26=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68E1A is #3971E5. Grayscale: #929292. Windows color (decimal): -3764710 or 1740486. OLE color: 1740486.

HSL color Cylindrical-coordinate representation of color #C68E1A: hue angle of 40.47º degrees, saturation: 0.77, 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 #C68E1A is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 142 26 -
CMYK 0 0.28 0.87 0.22
HSL 40.47º 0.77% 0.44% -
HSV(B) 40.47º 0.87% 0.78% -
XYZ 33.15 31.43 5.3 -
YUV 145.52 60.55 165.43 -
System Red Green Blue C M Y K H S L
Decimal 198 142 26 0 0.28 0.87 0.22 40.47 0.77 0.44
Hex C6 8E 1A 0 1C 57 16 28 4D 2C
Octal 306 216 32 0 34 127 26 50 115 54
Binary 11000110 10001110 11010 0 11100 1010111 10110 101000 1001101 101100

Color Harmonies of #C68E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68E1A

Black with #C68E1A

Text Example


Text Example

White with #C68E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68E1A; }

 p { color: rgb(198,142,26); }

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

background-color css

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

 a { background-color: rgb(198,142,26); }

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

border-color css

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

 span { border-color: rgb(198,142,26); }

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