Html Css Color HEX #C69625 Nugget

📋 copy color: '#C69625'

red 198 ◦ green 150 ◦ blue 37

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

Shades of Nugget #C69625

Tints of Nugget #C69625

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.96%

 BLUE value IS 37 (14.84% from 255) = 9.61%

R = 51.43%
G = 38.96%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C69625 (or 0xC69625) is known color: Nugget. HEX triplet: C6, 96 and 25. RGB value is (198,150,37). Sum of RGB (Red+Green+Blue) = 198+150+37=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 37 (14.84% from 255 or 9.61% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C69625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69625 is #3969DA. Grayscale: #979797. Windows color (decimal): -3762651 or 2463430. OLE color: 2463430.

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

Color convert

RGB 198 150 37 -
CMYK 0 0.24 0.81 0.22
HSL 42.11º 0.69% 0.46% -
HSV(B) 42.11º 0.81% 0.78% -
XYZ 34.53 33.95 6.48 -
YUV 151.47 63.4 161.19 -
System Red Green Blue C M Y K H S L
Decimal 198 150 37 0 0.24 0.81 0.22 42.11 0.69 0.46
Hex C6 96 25 0 18 51 16 2A 45 2E
Octal 306 226 45 0 30 121 26 52 105 56
Binary 11000110 10010110 100101 0 11000 1010001 10110 101010 1000101 101110

Color Harmonies of #C69625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69625

Black with #C69625

Text Example


Text Example

White with #C69625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69625; }

 p { color: rgb(198,150,37); }

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

background-color css

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

 a { background-color: rgb(198,150,37); }

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

border-color css

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

 span { border-color: rgb(198,150,37); }

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