Html Css Color HEX #C68D24 Nugget

📋 copy color: '#C68D24'

red 198 ◦ green 141 ◦ blue 36

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

Shades of Nugget #C68D24

Tints of Nugget #C68D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.6%

R = 52.8%
G = 37.6%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C68D24 (or 0xC68D24) is known color: Nugget. HEX triplet: C6, 8D and 24. RGB value is (198,141,36). Sum of RGB (Red+Green+Blue) = 198+141+36=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 36 (14.45% from 255 or 9.6% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68D24 is #3972DB. Grayscale: #929292. Windows color (decimal): -3764956 or 2395590. OLE color: 2395590.

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

Color convert

RGB 198 141 36 -
CMYK 0 0.29 0.82 0.22
HSL 38.89º 0.69% 0.46% -
HSV(B) 38.89º 0.82% 0.78% -
XYZ 33.13 31.18 5.94 -
YUV 146.07 65.88 165.04 -
System Red Green Blue C M Y K H S L
Decimal 198 141 36 0 0.29 0.82 0.22 38.89 0.69 0.46
Hex C6 8D 24 0 1D 52 16 27 45 2E
Octal 306 215 44 0 35 122 26 47 105 56
Binary 11000110 10001101 100100 0 11101 1010010 10110 100111 1000101 101110

Color Harmonies of #C68D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68D24

Black with #C68D24

Text Example


Text Example

White with #C68D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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