Html Css Color HEX #C69D2D Nugget

📋 copy color: '#C69D2D'

red 198 ◦ green 157 ◦ blue 45

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

Shades of Nugget #C69D2D

Tints of Nugget #C69D2D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.25%

 BLUE value IS 45 (17.97% from 255) = 11.25%

R = 49.5%
G = 39.25%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C69D2D (or 0xC69D2D) is known color: Nugget. HEX triplet: C6, 9D and 2D. RGB value is (198,157,45). Sum of RGB (Red+Green+Blue) = 198+157+45=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D2D is #3962D2. Grayscale: #9C9C9C. Windows color (decimal): -3760851 or 2989510. OLE color: 2989510.

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

Color convert

RGB 198 157 45 -
CMYK 0 0.21 0.77 0.22
HSL 43.92º 0.63% 0.48% -
HSV(B) 43.92º 0.77% 0.78% -
XYZ 35.82 36.31 7.6 -
YUV 156.49 65.08 157.61 -
System Red Green Blue C M Y K H S L
Decimal 198 157 45 0 0.21 0.77 0.22 43.92 0.63 0.48
Hex C6 9D 2D 0 15 4D 16 2C 3F 30
Octal 306 235 55 0 25 115 26 54 77 60
Binary 11000110 10011101 101101 0 10101 1001101 10110 101100 111111 110000

Color Harmonies of #C69D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69D2D

Black with #C69D2D

Text Example


Text Example

White with #C69D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69D2D; }

 p { color: rgb(198,157,45); }

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

background-color css

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

 a { background-color: rgb(198,157,45); }

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

border-color css

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

 span { border-color: rgb(198,157,45); }

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