Html Css Color HEX #C69122 Nugget

📋 copy color: '#C69122'

red 198 ◦ green 145 ◦ blue 34

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

Shades of Nugget #C69122

Tints of Nugget #C69122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.02%

R = 52.52%
G = 38.46%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C69122 (or 0xC69122) is known color: Nugget. HEX triplet: C6, 91 and 22. RGB value is (198,145,34). Sum of RGB (Red+Green+Blue) = 198+145+34=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C69122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69122 is #396EDD. Grayscale: #949494. Windows color (decimal): -3763934 or 2265542. OLE color: 2265542.

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

Color convert

RGB 198 145 34 -
CMYK 0 0.27 0.83 0.22
HSL 40.61º 0.71% 0.45% -
HSV(B) 40.61º 0.83% 0.78% -
XYZ 33.7 32.37 5.99 -
YUV 148.19 63.56 163.53 -
System Red Green Blue C M Y K H S L
Decimal 198 145 34 0 0.27 0.83 0.22 40.61 0.71 0.45
Hex C6 91 22 0 1B 53 16 29 47 2D
Octal 306 221 42 0 33 123 26 51 107 55
Binary 11000110 10010001 100010 0 11011 1010011 10110 101001 1000111 101101

Color Harmonies of #C69122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69122

Black with #C69122

Text Example


Text Example

White with #C69122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69122; }

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

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

background-color css

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

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

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

border-color css

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

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

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