Html Css Color HEX #C7661D Chocolate

📋 copy color: '#C7661D'

red 199 ◦ green 102 ◦ blue 29

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

Shades of Chocolate #C7661D

Tints of Chocolate #C7661D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.79%

R = 60.3%
G = 30.91%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7661D (or 0xC7661D) is known color: Chocolate. HEX triplet: C7, 66 and 1D. RGB value is (199,102,29). Sum of RGB (Red+Green+Blue) = 199+102+29=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7661D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7661D is #3899E2. Grayscale: #7B7B7B. Windows color (decimal): -3709411 or 1926855. OLE color: 1926855.

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

Color convert

RGB 199 102 29 -
CMYK 0 0.49 0.85 0.22
HSL 25.76º 0.75% 0.45% -
HSV(B) 25.76º 0.85% 0.78% -
XYZ 28.53 21.73 3.85 -
YUV 122.68 75.14 182.44 -
System Red Green Blue C M Y K H S L
Decimal 199 102 29 0 0.49 0.85 0.22 25.76 0.75 0.45
Hex C7 66 1D 0 31 55 16 1A 4B 2D
Octal 307 146 35 0 61 125 26 32 113 55
Binary 11000111 1100110 11101 0 110001 1010101 10110 11010 1001011 101101

Color Harmonies of #C7661D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7661D

Black with #C7661D

Text Example


Text Example

White with #C7661D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7661D; }

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

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

background-color css

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

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

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

border-color css

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

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

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