Html Css Color HEX #C7660F Chocolate

📋 copy color: '#C7660F'

red 199 ◦ green 102 ◦ blue 15

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

Shades of Chocolate #C7660F

Tints of Chocolate #C7660F

RGB

 RED value IS 199 (78.13% from 255) = 62.97%

 GREEN value IS 102 (40.23% from 255) = 32.28%

 BLUE value IS 15 (6.25% from 255) = 4.75%

R = 62.97%
G = 32.28%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7660F (or 0xC7660F) is known color: Chocolate. HEX triplet: C7, 66 and 0F. RGB value is (199,102,15). Sum of RGB (Red+Green+Blue) = 199+102+15=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C7660F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7660F is #3899F0. Grayscale: #797979. Windows color (decimal): -3709425 or 1009351. OLE color: 1009351.

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

Color convert

RGB 199 102 15 -
CMYK 0 0.49 0.92 0.22
HSL 28.37º 0.86% 0.42% -
HSV(B) 28.37º 0.92% 0.78% -
XYZ 28.39 21.68 3.14 -
YUV 121.09 68.14 183.57 -
System Red Green Blue C M Y K H S L
Decimal 199 102 15 0 0.49 0.92 0.22 28.37 0.86 0.42
Hex C7 66 F 0 31 5C 16 1C 56 2A
Octal 307 146 17 0 61 134 26 34 126 52
Binary 11000111 1100110 1111 0 110001 1011100 10110 11100 1010110 101010

Color Harmonies of #C7660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7660F

Black with #C7660F

Text Example


Text Example

White with #C7660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7660F; }

 p { color: rgb(199,102,15); }

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

background-color css

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

 a { background-color: rgb(199,102,15); }

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

border-color css

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

 span { border-color: rgb(199,102,15); }

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