Html Css Color HEX #CF661F Chocolate

📋 copy color: '#CF661F'

red 207 ◦ green 102 ◦ blue 31

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

Shades of Chocolate #CF661F

Tints of Chocolate #CF661F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30%

 BLUE value IS 31 (12.5% from 255) = 9.12%

R = 60.88%
G = 30%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF661F (or 0xCF661F) is known color: Chocolate. HEX triplet: CF, 66 and 1F. RGB value is (207,102,31). Sum of RGB (Red+Green+Blue) = 207+102+31=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF661F is #3099E0. Grayscale: #7D7D7D. Windows color (decimal): -3185121 or 2057935. OLE color: 2057935.

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

Color convert

RGB 207 102 31 -
CMYK 0 0.51 0.85 0.19
HSL 24.2º 0.74% 0.47% -
HSV(B) 24.2º 0.85% 0.81% -
XYZ 30.73 22.87 4.09 -
YUV 125.3 74.79 186.27 -
System Red Green Blue C M Y K H S L
Decimal 207 102 31 0 0.51 0.85 0.19 24.2 0.74 0.47
Hex CF 66 1F 0 33 55 13 18 4A 2F
Octal 317 146 37 0 63 125 23 30 112 57
Binary 11001111 1100110 11111 0 110011 1010101 10011 11000 1001010 101111

Color Harmonies of #CF661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF661F

Black with #CF661F

Text Example


Text Example

White with #CF661F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF661F; }

 p { color: rgb(207,102,31); }

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

background-color css

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

 a { background-color: rgb(207,102,31); }

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

border-color css

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

 span { border-color: rgb(207,102,31); }

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