Html Css Color HEX #C69A27 Nugget

📋 copy color: '#C69A27'

red 198 ◦ green 154 ◦ blue 39

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

Shades of Nugget #C69A27

Tints of Nugget #C69A27

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.39%

 BLUE value IS 39 (15.63% from 255) = 9.97%

R = 50.64%
G = 39.39%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C69A27 (or 0xC69A27) is known color: Nugget. HEX triplet: C6, 9A and 27. RGB value is (198,154,39). Sum of RGB (Red+Green+Blue) = 198+154+39=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69A27 is #3965D8. Grayscale: #9A9A9A. Windows color (decimal): -3761625 or 2595526. OLE color: 2595526.

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

Color convert

RGB 198 154 39 -
CMYK 0 0.22 0.80 0.22
HSL 43.4º 0.67% 0.46% -
HSV(B) 43.4º 0.8% 0.78% -
XYZ 35.21 35.26 6.87 -
YUV 154.05 63.08 159.35 -
System Red Green Blue C M Y K H S L
Decimal 198 154 39 0 0.22 0.80 0.22 43.4 0.67 0.46
Hex C6 9A 27 0 16 50 16 2B 43 2E
Octal 306 232 47 0 26 120 26 53 103 56
Binary 11000110 10011010 100111 0 10110 1010000 10110 101011 1000011 101110

Color Harmonies of #C69A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69A27

Black with #C69A27

Text Example


Text Example

White with #C69A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69A27; }

 p { color: rgb(198,154,39); }

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

background-color css

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

 a { background-color: rgb(198,154,39); }

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

border-color css

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

 span { border-color: rgb(198,154,39); }

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