Html Css Color HEX #C69825 Nugget

📋 copy color: '#C69825'

red 198 ◦ green 152 ◦ blue 37

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

Shades of Nugget #C69825

Tints of Nugget #C69825

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.28%

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

R = 51.16%
G = 39.28%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C69825 (or 0xC69825) is known color: Nugget. HEX triplet: C6, 98 and 25. RGB value is (198,152,37). Sum of RGB (Red+Green+Blue) = 198+152+37=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C69825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69825 is #3967DA. Grayscale: #999999. Windows color (decimal): -3762139 or 2463942. OLE color: 2463942.

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

Color convert

RGB 198 152 37 -
CMYK 0 0.23 0.81 0.22
HSL 42.86º 0.69% 0.46% -
HSV(B) 42.86º 0.81% 0.78% -
XYZ 34.85 34.6 6.59 -
YUV 152.64 62.74 160.35 -
System Red Green Blue C M Y K H S L
Decimal 198 152 37 0 0.23 0.81 0.22 42.86 0.69 0.46
Hex C6 98 25 0 17 51 16 2B 45 2E
Octal 306 230 45 0 27 121 26 53 105 56
Binary 11000110 10011000 100101 0 10111 1010001 10110 101011 1000101 101110

Color Harmonies of #C69825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69825

Black with #C69825

Text Example


Text Example

White with #C69825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69825; }

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

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

background-color css

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

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

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

border-color css

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

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

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