Html Css Color HEX #CF6F1E Chocolate

📋 copy color: '#CF6F1E'

red 207 ◦ green 111 ◦ blue 30

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

Shades of Chocolate #CF6F1E

Tints of Chocolate #CF6F1E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.9%

 BLUE value IS 30 (12.11% from 255) = 8.62%

R = 59.48%
G = 31.9%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF6F1E (or 0xCF6F1E) is known color: Chocolate. HEX triplet: CF, 6F and 1E. RGB value is (207,111,30). Sum of RGB (Red+Green+Blue) = 207+111+30=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6F1E is #3090E1. Grayscale: #828282. Windows color (decimal): -3182818 or 1994703. OLE color: 1994703.

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

Color convert

RGB 207 111 30 -
CMYK 0 0.46 0.86 0.19
HSL 27.46º 0.75% 0.46% -
HSV(B) 27.46º 0.86% 0.81% -
XYZ 31.65 24.73 4.33 -
YUV 130.47 71.3 182.59 -
System Red Green Blue C M Y K H S L
Decimal 207 111 30 0 0.46 0.86 0.19 27.46 0.75 0.46
Hex CF 6F 1E 0 2E 56 13 1B 4B 2E
Octal 317 157 36 0 56 126 23 33 113 56
Binary 11001111 1101111 11110 0 101110 1010110 10011 11011 1001011 101110

Color Harmonies of #CF6F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6F1E

Black with #CF6F1E

Text Example


Text Example

White with #CF6F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6F1E; }

 p { color: rgb(207,111,30); }

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

background-color css

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

 a { background-color: rgb(207,111,30); }

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

border-color css

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

 span { border-color: rgb(207,111,30); }

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