Html Css Color HEX #C69730 Nugget

📋 copy color: '#C69730'

red 198 ◦ green 151 ◦ blue 48

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

Shades of Nugget #C69730

Tints of Nugget #C69730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.09%

R = 49.87%
G = 38.04%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C69730 (or 0xC69730) is known color: Nugget. HEX triplet: C6, 97 and 30. RGB value is (198,151,48). Sum of RGB (Red+Green+Blue) = 198+151+48=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C69730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69730 is #3968CF. Grayscale: #999999. Windows color (decimal): -3762384 or 3184582. OLE color: 3184582.

HSL color Cylindrical-coordinate representation of color #C69730: hue angle of 41.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C69730 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 151 48 -
CMYK 0 0.24 0.76 0.22
HSL 41.2º 0.61% 0.48% -
HSV(B) 41.2º 0.76% 0.78% -
XYZ 34.89 34.35 7.59 -
YUV 153.31 68.57 159.88 -
System Red Green Blue C M Y K H S L
Decimal 198 151 48 0 0.24 0.76 0.22 41.2 0.61 0.48
Hex C6 97 30 0 18 4C 16 29 3D 30
Octal 306 227 60 0 30 114 26 51 75 60
Binary 11000110 10010111 110000 0 11000 1001100 10110 101001 111101 110000

Color Harmonies of #C69730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69730

Black with #C69730

Text Example


Text Example

White with #C69730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69730; }

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

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

background-color css

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

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

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

border-color css

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

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

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