Html Css Color HEX #CF6D1A Chocolate

📋 copy color: '#CF6D1A'

red 207 ◦ green 109 ◦ blue 26

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

Shades of Chocolate #CF6D1A

Tints of Chocolate #CF6D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.6%

R = 60.53%
G = 31.87%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF6D1A (or 0xCF6D1A) is known color: Chocolate. HEX triplet: CF, 6D and 1A. RGB value is (207,109,26). Sum of RGB (Red+Green+Blue) = 207+109+26=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D1A is #3092E5. Grayscale: #818181. Windows color (decimal): -3183334 or 1732047. OLE color: 1732047.

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

Color convert

RGB 207 109 26 -
CMYK 0 0.47 0.87 0.19
HSL 27.51º 0.78% 0.46% -
HSV(B) 27.51º 0.87% 0.81% -
XYZ 31.39 24.28 4.01 -
YUV 128.84 69.97 183.75 -
System Red Green Blue C M Y K H S L
Decimal 207 109 26 0 0.47 0.87 0.19 27.51 0.78 0.46
Hex CF 6D 1A 0 2F 57 13 1C 4E 2E
Octal 317 155 32 0 57 127 23 34 116 56
Binary 11001111 1101101 11010 0 101111 1010111 10011 11100 1001110 101110

Color Harmonies of #CF6D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D1A

Black with #CF6D1A

Text Example


Text Example

White with #CF6D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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