Html Css Color HEX #C69129 Nugget

📋 copy color: '#C69129'

red 198 ◦ green 145 ◦ blue 41

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

Shades of Nugget #C69129

Tints of Nugget #C69129

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.76%

 BLUE value IS 41 (16.41% from 255) = 10.68%

R = 51.56%
G = 37.76%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C69129 (or 0xC69129) is known color: Nugget. HEX triplet: C6, 91 and 29. RGB value is (198,145,41). Sum of RGB (Red+Green+Blue) = 198+145+41=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C69129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69129 is #396ED6. Grayscale: #959595. Windows color (decimal): -3763927 or 2724294. OLE color: 2724294.

HSL color Cylindrical-coordinate representation of color #C69129: hue angle of 39.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C69129 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 145 41 -
CMYK 0 0.27 0.79 0.22
HSL 39.75º 0.66% 0.47% -
HSV(B) 39.75º 0.79% 0.78% -
XYZ 33.81 32.42 6.57 -
YUV 148.99 67.06 162.96 -
System Red Green Blue C M Y K H S L
Decimal 198 145 41 0 0.27 0.79 0.22 39.75 0.66 0.47
Hex C6 91 29 0 1B 4F 16 28 42 2F
Octal 306 221 51 0 33 117 26 50 102 57
Binary 11000110 10010001 101001 0 11011 1001111 10110 101000 1000010 101111

Color Harmonies of #C69129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69129

Black with #C69129

Text Example


Text Example

White with #C69129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69129; }

 p { color: rgb(198,145,41); }

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

background-color css

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

 a { background-color: rgb(198,145,41); }

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

border-color css

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

 span { border-color: rgb(198,145,41); }

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