Html Css Color HEX #CF6613 Chocolate

📋 copy color: '#CF6613'

red 207 ◦ green 102 ◦ blue 19

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

Shades of Chocolate #CF6613

Tints of Chocolate #CF6613

RGB

 RED value IS 207 (81.25% from 255) = 63.11%

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

 BLUE value IS 19 (7.81% from 255) = 5.79%

R = 63.11%
G = 31.1%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF6613 (or 0xCF6613) is known color: Chocolate. HEX triplet: CF, 66 and 13. RGB value is (207,102,19). Sum of RGB (Red+Green+Blue) = 207+102+19=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6613 is #3099EC. Grayscale: #7C7C7C. Windows color (decimal): -3185133 or 1271503. OLE color: 1271503.

HSL color Cylindrical-coordinate representation of color #CF6613: hue angle of 26.49º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF6613 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 102 19 -
CMYK 0 0.51 0.91 0.19
HSL 26.49º 0.83% 0.44% -
HSV(B) 26.49º 0.91% 0.81% -
XYZ 30.6 22.82 3.41 -
YUV 123.93 68.79 187.25 -
System Red Green Blue C M Y K H S L
Decimal 207 102 19 0 0.51 0.91 0.19 26.49 0.83 0.44
Hex CF 66 13 0 33 5B 13 1A 53 2C
Octal 317 146 23 0 63 133 23 32 123 54
Binary 11001111 1100110 10011 0 110011 1011011 10011 11010 1010011 101100

Color Harmonies of #CF6613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6613

Black with #CF6613

Text Example


Text Example

White with #CF6613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6613; }

 p { color: rgb(207,102,19); }

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

background-color css

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

 a { background-color: rgb(207,102,19); }

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

border-color css

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

 span { border-color: rgb(207,102,19); }

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