Html Css Color HEX #CF6D19 Chocolate

📋 copy color: '#CF6D19'

red 207 ◦ green 109 ◦ blue 25

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

Shades of Chocolate #CF6D19

Tints of Chocolate #CF6D19

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.96%

 BLUE value IS 25 (10.16% from 255) = 7.33%

R = 60.7%
G = 31.96%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF6D19 (or 0xCF6D19) is known color: Chocolate. HEX triplet: CF, 6D and 19. RGB value is (207,109,25). Sum of RGB (Red+Green+Blue) = 207+109+25=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6D19 is #3092E6. Grayscale: #818181. Windows color (decimal): -3183335 or 1666511. OLE color: 1666511.

HSL color Cylindrical-coordinate representation of color #CF6D19: hue angle of 27.69º degrees, saturation: 0.78, 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 #CF6D19 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 109 25 -
CMYK 0 0.47 0.88 0.19
HSL 27.69º 0.78% 0.45% -
HSV(B) 27.69º 0.88% 0.81% -
XYZ 31.38 24.27 3.95 -
YUV 128.73 69.47 183.83 -
System Red Green Blue C M Y K H S L
Decimal 207 109 25 0 0.47 0.88 0.19 27.69 0.78 0.45
Hex CF 6D 19 0 2F 58 13 1C 4E 2D
Octal 317 155 31 0 57 130 23 34 116 55
Binary 11001111 1101101 11001 0 101111 1011000 10011 11100 1001110 101101

Color Harmonies of #CF6D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D19

Black with #CF6D19

Text Example


Text Example

White with #CF6D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D19; }

 p { color: rgb(207,109,25); }

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

background-color css

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

 a { background-color: rgb(207,109,25); }

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

border-color css

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

 span { border-color: rgb(207,109,25); }

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