Html Css Color HEX #C69823 Nugget

📋 copy color: '#C69823'

red 198 ◦ green 152 ◦ blue 35

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

Shades of Nugget #C69823

Tints of Nugget #C69823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.09%

R = 51.43%
G = 39.48%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C69823 (or 0xC69823) is known color: Nugget. HEX triplet: C6, 98 and 23. RGB value is (198,152,35). Sum of RGB (Red+Green+Blue) = 198+152+35=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 35 (14.06% from 255 or 9.09% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C69823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69823 is #3967DC. Grayscale: #989898. Windows color (decimal): -3762141 or 2332870. OLE color: 2332870.

HSL color Cylindrical-coordinate representation of color #C69823: hue angle of 43.07º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C69823 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 152 35 -
CMYK 0 0.23 0.82 0.22
HSL 43.07º 0.7% 0.46% -
HSV(B) 43.07º 0.82% 0.78% -
XYZ 34.82 34.58 6.43 -
YUV 152.42 61.74 160.51 -
System Red Green Blue C M Y K H S L
Decimal 198 152 35 0 0.23 0.82 0.22 43.07 0.7 0.46
Hex C6 98 23 0 17 52 16 2B 46 2E
Octal 306 230 43 0 27 122 26 53 106 56
Binary 11000110 10011000 100011 0 10111 1010010 10110 101011 1000110 101110

Color Harmonies of #C69823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69823

Black with #C69823

Text Example


Text Example

White with #C69823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69823; }

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

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

background-color css

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

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

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

border-color css

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

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

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