Html Css Color HEX #C7661B Chocolate

📋 copy color: '#C7661B'

red 199 ◦ green 102 ◦ blue 27

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

Shades of Chocolate #C7661B

Tints of Chocolate #C7661B

RGB

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

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

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

R = 60.67%
G = 31.1%
B = 8.23%

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

#C7661B (or 0xC7661B) is known color: Chocolate. HEX triplet: C7, 66 and 1B. RGB value is (199,102,27). Sum of RGB (Red+Green+Blue) = 199+102+27=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7661B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7661B is #3899E4. Grayscale: #7A7A7A. Windows color (decimal): -3709413 or 1795783. OLE color: 1795783.

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

Color convert

RGB 199 102 27 -
CMYK 0 0.49 0.86 0.22
HSL 26.16º 0.76% 0.44% -
HSV(B) 26.16º 0.86% 0.78% -
XYZ 28.5 21.72 3.73 -
YUV 122.45 74.14 182.6 -
System Red Green Blue C M Y K H S L
Decimal 199 102 27 0 0.49 0.86 0.22 26.16 0.76 0.44
Hex C7 66 1B 0 31 56 16 1A 4C 2C
Octal 307 146 33 0 61 126 26 32 114 54
Binary 11000111 1100110 11011 0 110001 1010110 10110 11010 1001100 101100

Color Harmonies of #C7661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7661B

Black with #C7661B

Text Example


Text Example

White with #C7661B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7661B; }

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

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

background-color css

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

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

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

border-color css

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

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

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