Html Css Color HEX #C69D27 Nugget

📋 copy color: '#C69D27'

red 198 ◦ green 157 ◦ blue 39

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

Shades of Nugget #C69D27

Tints of Nugget #C69D27

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.85%

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

R = 50.25%
G = 39.85%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C69D27 (or 0xC69D27) is known color: Nugget. HEX triplet: C6, 9D and 27. RGB value is (198,157,39). Sum of RGB (Red+Green+Blue) = 198+157+39=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 39 (15.62% from 255 or 9.90% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D27 is #3962D8. Grayscale: #9C9C9C. Windows color (decimal): -3760857 or 2596294. OLE color: 2596294.

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

Color convert

RGB 198 157 39 -
CMYK 0 0.21 0.80 0.22
HSL 44.53º 0.67% 0.46% -
HSV(B) 44.53º 0.8% 0.78% -
XYZ 35.71 36.27 7.04 -
YUV 155.81 62.08 158.09 -
System Red Green Blue C M Y K H S L
Decimal 198 157 39 0 0.21 0.80 0.22 44.53 0.67 0.46
Hex C6 9D 27 0 15 50 16 2D 43 2E
Octal 306 235 47 0 25 120 26 55 103 56
Binary 11000110 10011101 100111 0 10101 1010000 10110 101101 1000011 101110

Color Harmonies of #C69D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69D27

Black with #C69D27

Text Example


Text Example

White with #C69D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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