Html Css Color HEX #CF681D Chocolate

📋 copy color: '#CF681D'

red 207 ◦ green 104 ◦ blue 29

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

Shades of Chocolate #CF681D

Tints of Chocolate #CF681D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.59%

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

R = 60.88%
G = 30.59%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF681D (or 0xCF681D) is known color: Chocolate. HEX triplet: CF, 68 and 1D. RGB value is (207,104,29). Sum of RGB (Red+Green+Blue) = 207+104+29=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF681D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF681D is #3097E2. Grayscale: #7E7E7E. Windows color (decimal): -3184611 or 1927375. OLE color: 1927375.

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

Color convert

RGB 207 104 29 -
CMYK 0 0.50 0.86 0.19
HSL 25.28º 0.75% 0.46% -
HSV(B) 25.28º 0.86% 0.81% -
XYZ 30.9 23.25 4.02 -
YUV 126.25 73.12 185.6 -
System Red Green Blue C M Y K H S L
Decimal 207 104 29 0 0.50 0.86 0.19 25.28 0.75 0.46
Hex CF 68 1D 0 32 56 13 19 4B 2E
Octal 317 150 35 0 62 126 23 31 113 56
Binary 11001111 1101000 11101 0 110010 1010110 10011 11001 1001011 101110

Color Harmonies of #CF681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF681D

Black with #CF681D

Text Example


Text Example

White with #CF681D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF681D; }

 p { color: rgb(207,104,29); }

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

background-color css

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

 a { background-color: rgb(207,104,29); }

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

border-color css

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

 span { border-color: rgb(207,104,29); }

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