Html Css Color HEX #C69725 Nugget

📋 copy color: '#C69725'

red 198 ◦ green 151 ◦ blue 37

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

Shades of Nugget #C69725

Tints of Nugget #C69725

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.12%

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

R = 51.3%
G = 39.12%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C69725 (or 0xC69725) is known color: Nugget. HEX triplet: C6, 97 and 25. RGB value is (198,151,37). Sum of RGB (Red+Green+Blue) = 198+151+37=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C69725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69725 is #3968DA. Grayscale: #989898. Windows color (decimal): -3762395 or 2463686. OLE color: 2463686.

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

Color convert

RGB 198 151 37 -
CMYK 0 0.24 0.81 0.22
HSL 42.48º 0.69% 0.46% -
HSV(B) 42.48º 0.81% 0.78% -
XYZ 34.69 34.27 6.54 -
YUV 152.06 63.07 160.77 -
System Red Green Blue C M Y K H S L
Decimal 198 151 37 0 0.24 0.81 0.22 42.48 0.69 0.46
Hex C6 97 25 0 18 51 16 2A 45 2E
Octal 306 227 45 0 30 121 26 52 105 56
Binary 11000110 10010111 100101 0 11000 1010001 10110 101010 1000101 101110

Color Harmonies of #C69725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69725

Black with #C69725

Text Example


Text Example

White with #C69725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69725; }

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

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

background-color css

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

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

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

border-color css

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

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

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