Html Css Color HEX #C69822 Nugget

📋 copy color: '#C69822'

red 198 ◦ green 152 ◦ blue 34

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

Shades of Nugget #C69822

Tints of Nugget #C69822

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.58%

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

R = 51.56%
G = 39.58%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C69822 (or 0xC69822) is known color: Nugget. HEX triplet: C6, 98 and 22. RGB value is (198,152,34). Sum of RGB (Red+Green+Blue) = 198+152+34=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C69822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69822 is #3967DD. Grayscale: #989898. Windows color (decimal): -3762142 or 2267334. OLE color: 2267334.

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

Color convert

RGB 198 152 34 -
CMYK 0 0.23 0.83 0.22
HSL 43.17º 0.71% 0.45% -
HSV(B) 43.17º 0.83% 0.78% -
XYZ 34.81 34.58 6.35 -
YUV 152.3 61.24 160.59 -
System Red Green Blue C M Y K H S L
Decimal 198 152 34 0 0.23 0.83 0.22 43.17 0.71 0.45
Hex C6 98 22 0 17 53 16 2B 47 2D
Octal 306 230 42 0 27 123 26 53 107 55
Binary 11000110 10011000 100010 0 10111 1010011 10110 101011 1000111 101101

Color Harmonies of #C69822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69822

Black with #C69822

Text Example


Text Example

White with #C69822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69822; }

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

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

background-color css

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

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

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

border-color css

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

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

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