Html Css Color HEX #C68B19 Nugget

📋 copy color: '#C68B19'

red 198 ◦ green 139 ◦ blue 25

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

Shades of Nugget #C68B19

Tints of Nugget #C68B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.91%

R = 54.7%
G = 38.4%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C68B19 (or 0xC68B19) is known color: Nugget. HEX triplet: C6, 8B and 19. RGB value is (198,139,25). Sum of RGB (Red+Green+Blue) = 198+139+25=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68B19 is #3974E6. Grayscale: #909090. Windows color (decimal): -3765479 or 1674182. OLE color: 1674182.

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

Color convert

RGB 198 139 25 -
CMYK 0 0.30 0.87 0.22
HSL 39.54º 0.78% 0.44% -
HSV(B) 39.54º 0.87% 0.78% -
XYZ 32.7 30.54 5.09 -
YUV 143.65 61.05 166.77 -
System Red Green Blue C M Y K H S L
Decimal 198 139 25 0 0.30 0.87 0.22 39.54 0.78 0.44
Hex C6 8B 19 0 1E 57 16 28 4E 2C
Octal 306 213 31 0 36 127 26 50 116 54
Binary 11000110 10001011 11001 0 11110 1010111 10110 101000 1001110 101100

Color Harmonies of #C68B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68B19

Black with #C68B19

Text Example


Text Example

White with #C68B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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