Html Css Color HEX #CF6A13 Chocolate

📋 copy color: '#CF6A13'

red 207 ◦ green 106 ◦ blue 19

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

Shades of Chocolate #CF6A13

Tints of Chocolate #CF6A13

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.93%

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

R = 62.35%
G = 31.93%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF6A13 (or 0xCF6A13) is known color: Chocolate. HEX triplet: CF, 6A and 13. RGB value is (207,106,19). Sum of RGB (Red+Green+Blue) = 207+106+19=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6A13 is #3095EC. Grayscale: #7E7E7E. Windows color (decimal): -3184109 or 1272527. OLE color: 1272527.

HSL color Cylindrical-coordinate representation of color #CF6A13: hue angle of 27.77º 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 #CF6A13 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 106 19 -
CMYK 0 0.49 0.91 0.19
HSL 27.77º 0.83% 0.44% -
HSV(B) 27.77º 0.91% 0.81% -
XYZ 31 23.62 3.54 -
YUV 126.28 67.46 185.57 -
System Red Green Blue C M Y K H S L
Decimal 207 106 19 0 0.49 0.91 0.19 27.77 0.83 0.44
Hex CF 6A 13 0 31 5B 13 1C 53 2C
Octal 317 152 23 0 61 133 23 34 123 54
Binary 11001111 1101010 10011 0 110001 1011011 10011 11100 1010011 101100

Color Harmonies of #CF6A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6A13

Black with #CF6A13

Text Example


Text Example

White with #CF6A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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