Html Css Color HEX #C68B1C Nugget

📋 copy color: '#C68B1C'

red 198 ◦ green 139 ◦ blue 28

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

Shades of Nugget #C68B1C

Tints of Nugget #C68B1C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.08%

 BLUE value IS 28 (11.33% from 255) = 7.67%

R = 54.25%
G = 38.08%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C68B1C (or 0xC68B1C) is known color: Nugget. HEX triplet: C6, 8B and 1C. RGB value is (198,139,28). Sum of RGB (Red+Green+Blue) = 198+139+28=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68B1C is #3974E3. Grayscale: #909090. Windows color (decimal): -3765476 or 1870790. OLE color: 1870790.

HSL color Cylindrical-coordinate representation of color #C68B1C: hue angle of 39.18º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C68B1C is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 139 28 -
CMYK 0 0.30 0.86 0.22
HSL 39.18º 0.75% 0.44% -
HSV(B) 39.18º 0.86% 0.78% -
XYZ 32.73 30.55 5.27 -
YUV 143.99 62.55 166.53 -
System Red Green Blue C M Y K H S L
Decimal 198 139 28 0 0.30 0.86 0.22 39.18 0.75 0.44
Hex C6 8B 1C 0 1E 56 16 27 4B 2C
Octal 306 213 34 0 36 126 26 47 113 54
Binary 11000110 10001011 11100 0 11110 1010110 10110 100111 1001011 101100

Color Harmonies of #C68B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68B1C

Black with #C68B1C

Text Example


Text Example

White with #C68B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68B1C; }

 p { color: rgb(198,139,28); }

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

background-color css

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

 a { background-color: rgb(198,139,28); }

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

border-color css

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

 span { border-color: rgb(198,139,28); }

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