Html Css Color HEX #C68D1A Nugget

📋 copy color: '#C68D1A'

red 198 ◦ green 141 ◦ blue 26

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

Shades of Nugget #C68D1A

Tints of Nugget #C68D1A

RGB

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

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

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

R = 54.25%
G = 38.63%
B = 7.12%

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

#C68D1A (or 0xC68D1A) is known color: Nugget. HEX triplet: C6, 8D and 1A. RGB value is (198,141,26). Sum of RGB (Red+Green+Blue) = 198+141+26=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68D1A is #3972E5. Grayscale: #919191. Windows color (decimal): -3764966 or 1740230. OLE color: 1740230.

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

Color convert

RGB 198 141 26 -
CMYK 0 0.29 0.87 0.22
HSL 40.12º 0.77% 0.44% -
HSV(B) 40.12º 0.87% 0.78% -
XYZ 33 31.13 5.25 -
YUV 144.93 60.88 165.85 -
System Red Green Blue C M Y K H S L
Decimal 198 141 26 0 0.29 0.87 0.22 40.12 0.77 0.44
Hex C6 8D 1A 0 1D 57 16 28 4D 2C
Octal 306 215 32 0 35 127 26 50 115 54
Binary 11000110 10001101 11010 0 11101 1010111 10110 101000 1001101 101100

Color Harmonies of #C68D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68D1A

Black with #C68D1A

Text Example


Text Example

White with #C68D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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