Html Css Color HEX #C69C2D Nugget

📋 copy color: '#C69C2D'

red 198 ◦ green 156 ◦ blue 45

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

Shades of Nugget #C69C2D

Tints of Nugget #C69C2D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.1%

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

R = 49.62%
G = 39.1%
B = 11.28%

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

#C69C2D (or 0xC69C2D) is known color: Nugget. HEX triplet: C6, 9C and 2D. RGB value is (198,156,45). Sum of RGB (Red+Green+Blue) = 198+156+45=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69C2D is #3963D2. Grayscale: #9C9C9C. Windows color (decimal): -3761107 or 2989254. OLE color: 2989254.

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

Color convert

RGB 198 156 45 -
CMYK 0 0.21 0.77 0.22
HSL 43.53º 0.63% 0.48% -
HSV(B) 43.53º 0.77% 0.78% -
XYZ 35.65 35.97 7.55 -
YUV 155.9 65.41 158.03 -
System Red Green Blue C M Y K H S L
Decimal 198 156 45 0 0.21 0.77 0.22 43.53 0.63 0.48
Hex C6 9C 2D 0 15 4D 16 2C 3F 30
Octal 306 234 55 0 25 115 26 54 77 60
Binary 11000110 10011100 101101 0 10101 1001101 10110 101100 111111 110000

Color Harmonies of #C69C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69C2D

Black with #C69C2D

Text Example


Text Example

White with #C69C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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