Html Css Color HEX #C69023 Nugget

📋 copy color: '#C69023'

red 198 ◦ green 144 ◦ blue 35

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

Shades of Nugget #C69023

Tints of Nugget #C69023

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.2%

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

R = 52.52%
G = 38.2%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C69023 (or 0xC69023) is known color: Nugget. HEX triplet: C6, 90 and 23. RGB value is (198,144,35). Sum of RGB (Red+Green+Blue) = 198+144+35=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 35 (14.06% from 255 or 9.28% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C69023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69023 is #396FDC. Grayscale: #949494. Windows color (decimal): -3764189 or 2330822. OLE color: 2330822.

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

Color convert

RGB 198 144 35 -
CMYK 0 0.27 0.82 0.22
HSL 40.12º 0.7% 0.46% -
HSV(B) 40.12º 0.82% 0.78% -
XYZ 33.57 32.07 6.01 -
YUV 147.72 64.39 163.86 -
System Red Green Blue C M Y K H S L
Decimal 198 144 35 0 0.27 0.82 0.22 40.12 0.7 0.46
Hex C6 90 23 0 1B 52 16 28 46 2E
Octal 306 220 43 0 33 122 26 50 106 56
Binary 11000110 10010000 100011 0 11011 1010010 10110 101000 1000110 101110

Color Harmonies of #C69023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69023

Black with #C69023

Text Example


Text Example

White with #C69023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69023; }

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

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

background-color css

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

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

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

border-color css

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

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

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