Html Css Color HEX #C68F24 Nugget

📋 copy color: '#C68F24'

red 198 ◦ green 143 ◦ blue 36

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

Shades of Nugget #C68F24

Tints of Nugget #C68F24

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.93%

 BLUE value IS 36 (14.45% from 255) = 9.55%

R = 52.52%
G = 37.93%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C68F24 (or 0xC68F24) is known color: Nugget. HEX triplet: C6, 8F and 24. RGB value is (198,143,36). Sum of RGB (Red+Green+Blue) = 198+143+36=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 36 (14.45% from 255 or 9.55% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68F24 is #3970DB. Grayscale: #939393. Windows color (decimal): -3764444 or 2396102. OLE color: 2396102.

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

Color convert

RGB 198 143 36 -
CMYK 0 0.28 0.82 0.22
HSL 39.63º 0.69% 0.46% -
HSV(B) 39.63º 0.82% 0.78% -
XYZ 33.43 31.78 6.04 -
YUV 147.25 65.22 164.2 -
System Red Green Blue C M Y K H S L
Decimal 198 143 36 0 0.28 0.82 0.22 39.63 0.69 0.46
Hex C6 8F 24 0 1C 52 16 28 45 2E
Octal 306 217 44 0 34 122 26 50 105 56
Binary 11000110 10001111 100100 0 11100 1010010 10110 101000 1000101 101110

Color Harmonies of #C68F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68F24

Black with #C68F24

Text Example


Text Example

White with #C68F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68F24; }

 p { color: rgb(198,143,36); }

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

background-color css

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

 a { background-color: rgb(198,143,36); }

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

border-color css

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

 span { border-color: rgb(198,143,36); }

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