Html Css Color HEX #C68B1B Nugget

📋 copy color: '#C68B1B'

red 198 ◦ green 139 ◦ blue 27

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

Shades of Nugget #C68B1B

Tints of Nugget #C68B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.42%

R = 54.4%
G = 38.19%
B = 7.42%

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

#C68B1B (or 0xC68B1B) is known color: Nugget. HEX triplet: C6, 8B and 1B. RGB value is (198,139,27). Sum of RGB (Red+Green+Blue) = 198+139+27=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68B1B is #3974E4. Grayscale: #909090. Windows color (decimal): -3765477 or 1805254. OLE color: 1805254.

HSL color Cylindrical-coordinate representation of color #C68B1B: hue angle of 39.3º degrees, saturation: 0.76, 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 #C68B1B is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 139 27 -
CMYK 0 0.30 0.86 0.22
HSL 39.3º 0.76% 0.44% -
HSV(B) 39.3º 0.86% 0.78% -
XYZ 32.72 30.55 5.21 -
YUV 143.87 62.05 166.61 -
System Red Green Blue C M Y K H S L
Decimal 198 139 27 0 0.30 0.86 0.22 39.3 0.76 0.44
Hex C6 8B 1B 0 1E 56 16 27 4C 2C
Octal 306 213 33 0 36 126 26 47 114 54
Binary 11000110 10001011 11011 0 11110 1010110 10110 100111 1001100 101100

Color Harmonies of #C68B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68B1B

Black with #C68B1B

Text Example


Text Example

White with #C68B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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