Html Css Color HEX #C68E25 Nugget

📋 copy color: '#C68E25'

red 198 ◦ green 142 ◦ blue 37

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

Shades of Nugget #C68E25

Tints of Nugget #C68E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.81%

R = 52.52%
G = 37.67%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C68E25 (or 0xC68E25) is known color: Nugget. HEX triplet: C6, 8E and 25. RGB value is (198,142,37). Sum of RGB (Red+Green+Blue) = 198+142+37=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68E25 is #3971DA. Grayscale: #939393. Windows color (decimal): -3764699 or 2461382. OLE color: 2461382.

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

Color convert

RGB 198 142 37 -
CMYK 0 0.28 0.81 0.22
HSL 39.13º 0.69% 0.46% -
HSV(B) 39.13º 0.81% 0.78% -
XYZ 33.3 31.49 6.07 -
YUV 146.77 66.05 164.54 -
System Red Green Blue C M Y K H S L
Decimal 198 142 37 0 0.28 0.81 0.22 39.13 0.69 0.46
Hex C6 8E 25 0 1C 51 16 27 45 2E
Octal 306 216 45 0 34 121 26 47 105 56
Binary 11000110 10001110 100101 0 11100 1010001 10110 100111 1000101 101110

Color Harmonies of #C68E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68E25

Black with #C68E25

Text Example


Text Example

White with #C68E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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