Html Css Color HEX #CF6718 Chocolate

📋 copy color: '#CF6718'

red 207 ◦ green 103 ◦ blue 24

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

Shades of Chocolate #CF6718

Tints of Chocolate #CF6718

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.84%

 BLUE value IS 24 (9.77% from 255) = 7.19%

R = 61.98%
G = 30.84%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF6718 (or 0xCF6718) is known color: Chocolate. HEX triplet: CF, 67 and 18. RGB value is (207,103,24). Sum of RGB (Red+Green+Blue) = 207+103+24=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6718 is #3098E7. Grayscale: #7D7D7D. Windows color (decimal): -3184872 or 1599439. OLE color: 1599439.

HSL color Cylindrical-coordinate representation of color #CF6718: hue angle of 25.9º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF6718 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 103 24 -
CMYK 0 0.50 0.88 0.19
HSL 25.9º 0.79% 0.45% -
HSV(B) 25.9º 0.88% 0.81% -
XYZ 30.75 23.03 3.69 -
YUV 125.09 70.96 186.42 -
System Red Green Blue C M Y K H S L
Decimal 207 103 24 0 0.50 0.88 0.19 25.9 0.79 0.45
Hex CF 67 18 0 32 58 13 1A 4F 2D
Octal 317 147 30 0 62 130 23 32 117 55
Binary 11001111 1100111 11000 0 110010 1011000 10011 11010 1001111 101101

Color Harmonies of #CF6718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6718

Black with #CF6718

Text Example


Text Example

White with #CF6718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6718; }

 p { color: rgb(207,103,24); }

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

background-color css

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

 a { background-color: rgb(207,103,24); }

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

border-color css

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

 span { border-color: rgb(207,103,24); }

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