Html Css Color HEX #C7661C Chocolate

📋 copy color: '#C7661C'

red 199 ◦ green 102 ◦ blue 28

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

Shades of Chocolate #C7661C

Tints of Chocolate #C7661C

RGB

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

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

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

R = 60.49%
G = 31%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7661C (or 0xC7661C) is known color: Chocolate. HEX triplet: C7, 66 and 1C. RGB value is (199,102,28). Sum of RGB (Red+Green+Blue) = 199+102+28=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C7661C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7661C is #3899E3. Grayscale: #7A7A7A. Windows color (decimal): -3709412 or 1861319. OLE color: 1861319.

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

Color convert

RGB 199 102 28 -
CMYK 0 0.49 0.86 0.22
HSL 25.96º 0.75% 0.45% -
HSV(B) 25.96º 0.86% 0.78% -
XYZ 28.51 21.73 3.79 -
YUV 122.57 74.64 182.52 -
System Red Green Blue C M Y K H S L
Decimal 199 102 28 0 0.49 0.86 0.22 25.96 0.75 0.45
Hex C7 66 1C 0 31 56 16 1A 4B 2D
Octal 307 146 34 0 61 126 26 32 113 55
Binary 11000111 1100110 11100 0 110001 1010110 10110 11010 1001011 101101

Color Harmonies of #C7661C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7661C

Black with #C7661C

Text Example


Text Example

White with #C7661C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7661C; }

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

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

background-color css

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

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

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

border-color css

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

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

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