Html Css Color HEX #C3660F Chocolate

📋 copy color: '#C3660F'

red 195 ◦ green 102 ◦ blue 15

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

Shades of Chocolate #C3660F

Tints of Chocolate #C3660F

RGB

 RED value IS 195 (76.56% from 255) = 62.5%

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

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

R = 62.5%
G = 32.69%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3660F (or 0xC3660F) is known color: Chocolate. HEX triplet: C3, 66 and 0F. RGB value is (195,102,15). Sum of RGB (Red+Green+Blue) = 195+102+15=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C3660F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3660F is #3C99F0. Grayscale: #787878. Windows color (decimal): -3971569 or 1009347. OLE color: 1009347.

HSL color Cylindrical-coordinate representation of color #C3660F: hue angle of 29º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3660F is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 102 15 -
CMYK 0 0.48 0.92 0.24
HSL 29º 0.86% 0.41% -
HSV(B) 29º 0.92% 0.76% -
XYZ 27.34 21.14 3.09 -
YUV 119.89 68.81 181.57 -
System Red Green Blue C M Y K H S L
Decimal 195 102 15 0 0.48 0.92 0.24 29 0.86 0.41
Hex C3 66 F 0 30 5C 18 1D 56 29
Octal 303 146 17 0 60 134 30 35 126 51
Binary 11000011 1100110 1111 0 110000 1011100 11000 11101 1010110 101001

Color Harmonies of #C3660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3660F

Black with #C3660F

Text Example


Text Example

White with #C3660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3660F; }

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

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

background-color css

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

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

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

border-color css

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

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

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